

/* Start:/local/templates/rospatriot new/css/normalize.css?17527398346487*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/rospatriot new/css/swiper-bundle.min.css?175273983416483*/
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/rospatriot new/css/fancybox.css?175273983415598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/rospatriot new/css/select2.min.css?175273983416265*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/rospatriot new/css/main.css?1752739834250882*/
@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Thin.eot");
    src: local("../fonts/GTEestiProDisplay-Thin"), local("GTEestiProDisplay-Thin"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Thin.woff2") format("woff2"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Thin.woff") format("woff"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraLight.eot");
    src: local("../fonts/GTEestiProDisplay-UltraLight"), local("GTEestiProDisplay-UltraLight"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraLight.woff2") format("woff2"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraLight.woff") format("woff"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Light.eot");
    src: local("../fonts/GTEestiProDisplay-Light"), local("GTEestiProDisplay-Light"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Light.woff2") format("woff2"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Light.woff") format("woff"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Regular.eot");
    src: local("../fonts/GTEestiProDisplay-Regular"), local("GTEestiProDisplay-Regular"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Regular.woff2") format("woff2"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Regular.woff") format("woff"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Medium.eot");
    src: local("../fonts/GTEestiProDisplay-Medium"), local("GTEestiProDisplay-Medium"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Medium.woff2") format("woff2"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Medium.woff") format("woff"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Bold.eot");
    src: local("../fonts/GTEestiProDisplay-Bold"), local("GTEestiProDisplay-Bold"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Bold.woff2") format("woff2"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Bold.woff") format("woff"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraBold.eot");
    src: local("../fonts/GTEestiProDisplay-UltraBold"), local("GTEestiProDisplay-UltraBold"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraBold.woff2") format("woff2"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraBold.woff") format("woff"), url("/local/templates/rospatriot new/css/../fonts/GTEestiProDisplay-UltraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body,
html,
* {
    font: 400 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box; */
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a {
    border: none;
    text-decoration: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img_content{
    margin: 16px;
}
picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body {
    overflow-x: hidden;
}

:focus {
    outline: none;
}

.main {
    background: #F2F3F5;
    padding-bottom: 100px;
    /*padding-top: 30px;*/
}

.main-front {
    padding-top: 0;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn {
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    height: 54px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font: 400 16px/24px "GTEestiLCDisplay", sans-serif;
    background: #FF2838;
    color: #FFFFFF;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    padding: 15px 38px;
    white-space: nowrap;
}

.btn__arrow::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url(/local/templates/assets/img/icons/arrow-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn.btn--purple {
    background: #8D64D8;
}

.btn.btn--purple:hover {
    background: #8D64D8;
    opacity: 0.9;
}

.btn.btn--orange {
    background: #FC651A;
}


.btn.btn--orange:hover {
    background: #FC651A;
    opacity: 0.9;
}

.btn.btn--white {
    background: white;
    color: #000;
}

.btn.btn--white:hover {
    background: #dedcdc;
    color: #000;
}

.btn:hover {
    background: #DF0000;
}

.tag {
    background: #FF2838;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    height: 38px;
    padding: 0 15px;
}

.title {
    font: 500 44px/51px "GTEestiLCDisplay", sans-serif;
}

.title__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title__link:after {
    content: "";
    display: block;
    margin-left: 20px;
    width: 33px;
    height: 33px;
    background-image: url(/local/templates/assets/img/icons/arrow-black.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 6px;
}

.title a {
    font: inherit;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.socials:first-child {
    margin-top: 20px;
}

.socials__title {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    width: 100%;
}

.socials__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 6px;
    margin-top: 6px;
}

.socials__link:last-child {
    margin-right: 0;
}

.socials__img {
    width: 36px;
    height: 36px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.breadcrumbs__list-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    background-image: url(/local/templates/assets/img/icons/arrow-breadcrumbs.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 14px;
}

.breadcrumbs__list-link {
    font: inherit;
    color: inherit;
}

.breadcrumbs__list-current {
    font: inherit;
    color: inherit;
}

.box {
    background: #FFFFFF;
    border-radius: 20px;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.box-r {
    /*background: #FFFFFF;*/
    border-radius: 20px;
    /*padding-left: 60px;*/
    /*padding-right: 50px;*/
    padding-top: 40px;
    padding-bottom: 50px;
}

.box-tr {
    /*background: #FFFFFF;*/
    border-radius: 20px;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 50px;*/
}

.breadcrumbs__nav {
    padding-top: 15px;
}

.d-title-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.slider-nav__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 50px;
    /*height: inherit;*/
    border-radius: 10px;
    background-image: url(/local/templates/assets/img/icons/arrow-slider.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FF2838;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
}

.slider-nav__button.swiper-button-lock {
    display: none;
}

.slider-nav__button.swiper-button-disabled {
    opacity: 0.3;
}

.slider-nav__button:last-child {
    margin-right: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.slider-nav__button:hover {
    background-color: #DF0000;
}

.slider-nav__button:focus {
    border: none;
    outline: none;
}

.slider-nav__button.color--purple {
    background-color: #8D64D8;
}

.slider-nav__button.color--purple:hover {
    background-color: #8D64D8;
    opacity: 0.9;
}

.slider-nav__button.color--black {
    background-color: black;
}

.slider-nav__button.color--black:hover {
    background-color: rgba(0, 0, 0, 0.58);
    opacity: 0.9;
}

.slider-nav__button.color--orange {
    background-color: #FC651A;
}

.slider-nav__button.color--orange:hover {
    background-color: #FC651A;
    opacity: 0.9;
}

.swiper-pagination-container {
    position: absolute;
    max-width: 1320px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: auto;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
    left: auto;
    bottom: auto;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-top: 14px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-top: 0;
}

.swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    margin: 7px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.pagination__loadmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 210px;
    height: 54px;
    border: 1px solid #000000;
    border-radius: 10px;
    font: 400 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #000000;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    outline: none;
}

.pagination__loadmore:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/assets/img/icons/loadmore.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.pagination__loadmore:hover {
    border: 1px solid transparent;
    background: #FF2838;
    color: #FFFFFF;
}

.pagination__loadmore:hover:after {
    background-image: url(/local/templates/assets/img/icons/loadmore-active.svg);
}

.pagination__loadmore.active:after {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.pagination__nav {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.pagination__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    font: 300 16px/19px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-right: 4px;
}

.pagination__nav-link:last-child {
    margin-right: 0;
}

.pagination__nav-link.current {
    background: #FF2838;
    color: #FFFFFF;
}

.pagination__nav-link.next {
    border: 1px solid #C2C2C2;
    background-image: url(/local/templates/assets/img/icons/pagination-next.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.pagination__nav-link.prev {
    border: 1px solid #C2C2C2;
    background-image: url(/local/templates/assets/img/icons/pagination-next.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu-tags {
    margin-top: 20px;
}

.menu-tags__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    /*todo: список фильтров новостей*/
}

.menu-tags__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    padding: 0 15px;
    margin: 4px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
}

.menu-tags__link:first-child {
    margin-left: 0;
}

.menu-tags__link:last-child {
    margin-right: 0;
}

.menu-tags__link.active {
    background: #FF2838;
}

.menu-tags__link.bg-color--purple.active {
    background: #8D64D8;
}

.menu-tags__name {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.menu-tags__count {
    width: 24px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #BFBFBF;
    border-radius: 12px;
    color: #FFFFFF;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 10px;
}

.menu-tags__link.active .menu-tags__name {
    color: #FFFFFF;
}

.menu-tags__link.active .menu-tags__count {
    background: #FFFFFF;
    color: #FF2838;
}

.menu-tags__link.bg-color--purple.active .menu-tags__count {
    color: #8D64D8;
}

.menu-tags__link:not(.active):hover .menu-tags__name {
    color: #000;
}

.menu-tags__link:not(.active):hover .menu-tags__count {
    background: #000;
    color: #FFFFFF;
}

.hashtags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hashtag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    height: 38px;
    margin: 4px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #9C9C9C;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    outline: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hashtag__close {
    margin-left: 10px;
    width: 6px;
    height: 6px;
    cursor: pointer;
    background-image: url(/local/templates/assets/img/icons/hashtag-close.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hashtag:last-child {
    margin-right: 0;
}

.hashtag:hover {
    color: #000000;
}

.hashtag.active {
    color: #FFFFFF;
    background: #FF2838;
}

.sub-title {
    font: 300 20px/26px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 8px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row + .row {
    margin-top: 50px;
}

.row-box {
    background: #F7F6FB;
    border-radius: 22px;
    padding: 20px;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.privacy-policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.privacy-policy__checkbox {
    /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  outline: none;*/
    display: inline-block;
    margin: 0 10px 0 0;
}

.privacy-policy__custom-checkbox {
    width: 15px;
    height: 15px;
    margin-right: 14px;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.privacy-policy__custom-checkbox:hover {
    border: 1px solid #FF2838;
    background-image: url(/local/templates/assets/img/icons/checkbox-arrow-hover.svg);
}

.privacy-policy__custom-checkbox.color--purple:hover {
    border: 1px solid #8D64D8;
    background-image: url(/local/templates/assets/img/icons/checkbox-arrow-purple-hover.svg);
}

.privacy-policy__checkbox:checked + .privacy-policy__custom-checkbox {
    border: 1px solid #FF2838;
    background-color: #FF2838;
    background-image: url(/local/templates/assets/img/icons/checkbox-arrow-checked.svg);
}

.privacy-policy__checkbox:checked + .privacy-policy__custom-checkbox.color--purple {
    background-color: #8D64D8;
}

.privacy-policy__checkbox:focus + .privacy-policy__custom-checkbox {
    border: 1px solid #FF2838;
}

.privacy-policy__checkbox:focus + .privacy-policy__custom-checkbox.color--purple {
    border: 1px solid #8D64D8;
}

.privacy-policy__dsc {
    font: 300 14px/16PX "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.privacy-policy__dsc a {
    border-bottom: 1px solid #656565;
    font: inherit;
    color: inherit;
}

.form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: -5px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input {
    outline: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.fieldset {
    width: 100%;
    margin: 5px;
}

.fieldset.width-50 {
    width: calc(50% - 10px);
}

.label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.label.file {
    cursor: pointer;
}

.label.file:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/assets/img/icons/input-file.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.label.file:hover .input-file__name {
    border-bottom: 1px solid transparent;
}

.input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 57px;
    position: relative;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    display: flex;
    align-items: center;
    height: 54px;
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    background-size: 24px 24px;
    background-position: left 18px center;
    background-repeat: no-repeat;
    width: 100%;
}

.input.name {
    background-image: url(/local/templates/assets/img/icons/input-name.svg);
}

.input.email {
    background-image: url(/local/templates/assets/img/icons/input-email.svg);
}

.input.tel {
    background-image: url(/local/templates/assets/img/icons/input-tel.svg);
}

.input::-webkit-input-placeholder {
    color: #656565;
}

.input::-moz-placeholder {
    color: #656565;
}

.input:-ms-input-placeholder {
    color: #656565;
}

.input::-ms-input-placeholder {
    color: #656565;
}

.input::placeholder {
    color: #656565;
}

.input.width-50 {
    width: calc(50% - 10px);
}

.input-file {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50px;
}

.input-file__name {
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.input-search {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    padding: 20px;
    padding-left: 60px;
    background-color: #FFFFFF;
    background-image: url(/local/templates/assets/img/icons/input-search.svg);
    background-size: 24px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 64px;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
}

.input-search:focus {
    -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
}

.textarea {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    width: 100%;
    padding-left: 57px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 57px;
    background: #F4F4F4;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    resize: none;
    background-image: url(/local/templates/assets/img/icons/input-textarea.svg);
    background-size: 24px 24px;
    background-position: left 18px top 16px;
    background-repeat: no-repeat;
}

.attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    position: relative;
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.attention:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    background-image: url(/local/templates/assets/img/icons/attention.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.attention__text {
    font: inherit;
    color: inherit;
}

.attention a {
    color: inherit;
    font: inherit;
    margin-left: 2px;
}

.contacts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.contacts-row + .contacts-row {
    margin-top: 22px;
}

.contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 255px;
}

.contacts-block:first-child {
    margin-right: 80px;
}

.contacts-block__icon {
    width: 52px;
    height: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.contacts-block__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts-block__name {
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.contacts-block__value {
    font: 300 24px/36px "GTEestiLCDisplay", sans-serif;
    color: #000000;
    max-width: 340px;
}

.link-more {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000000;
    border-radius: 30px;
    padding: 0 14px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    height: 30px;
    margin-top: 48px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.link-more:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/assets/img/icons/arrow-right-white.svg);
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 4px;
}

.link-more:hover {
    background: #FF2838;
}

.link-download {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    margin-top: 20px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
}

.link-download span {
    font: inherit;
    color: inherit;
}

.link-download:after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 21px);
    background-color: #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.link-download:hover:after {
    background-color: transparent;
}

.link-download:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/download.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 6px;
}

.link-prev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    border-radius: 10px;
    background: #F2F3F5;
    width: 131px;
    font: 400 16px/24px "GTEestiLCDisplay", sans-serif;
}

.link-prev:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/assets/img/icons/arrow-prev.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.section-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-head__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.section-head__row .menu-tags {
    margin-top: 0;
}

.section-head__row + .section-head__row {
    margin-top: 8px;
}

.section-head__search {
    max-width: 487px;
    border-radius: 10px;
    height: 47px;
}

.video-wrapper {
    /*position: relative;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    width: 50%;
}

.video-wrapper::before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(28, 27, 40, 0.7);*/
    /*border-radius: inherit;*/
    /*-webkit-transition: background 0.3s ease;*/
    /*-o-transition: background 0.3s ease;*/
    /*transition: background 0.3s ease;*/
}

.video-wrapper.hover::before {
    background: transparent;
}

.video-wrapper.active::before {
    background: transparent;
}

.video-wrapper.active .video-play {
    display: none;
}

.video {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video:focus {
    outline: none;
}

.video-play {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 153px;
    height: 153px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}

.video-play::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background-image: url(/local/templates/assets/img/icons/video-play.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.accent-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    text-align: center;
    color: #FFFFFF;
    background-image: url(/local/templates/rospatriot new/css/../..../img/bg-accent-block.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-color: #000000;
    border-radius: 16px;
}

.default-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: disc;
}

.default-list--orange .default-list__item::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FC651A;
    margin-right: 14px;
    border-radius: 50%;
}

.default-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 16px;
}

.default-list__item:first-child {
    margin-top: 0;
}

.default-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    padding: 0 9px;
    height: 30px;
    border-radius: 30px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
}

.default-tag--orange {
    background: #FC651A;
    color: #FFFFFF;
}

.default-tag--yellow {
    background: #FFE94D;
    color: #000000;
}

.default-tag--red {
    background: #FF2838;
    color: #FFFFFF;
}

.default-tag--uppercase {
    text-transform: uppercase;
}

.desktop-hide {
    display: none;
}

.desktop-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordeons {
    /*max-width: 920px;*/
}

.accordeon {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordeon:first-child {
    border-top: none;
}

.accordeon-btn {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    outline: none;
}

.accordeon-btn:after {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background-image: url(/local/templates/assets/img/icons/accordeon-default.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 12px;
}

.accordeon.active .accordeon-btn:after {
    background-image: url(/local/templates/assets/img/icons/accordeon-close.svg);
}

.accordeon-content {
    display: none;
    padding-bottom: 30px;
    margin-top: 10px;
}

.accordeon-content p {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.select2-container--default .select2-selection--single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    background: #F4F4F4;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding-right: 18px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 10px;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 2px;
    border-radius: 12px;
}

.select2-container--open .select2-dropdown--above {
    border-radius: 12px;
    margin-top: -2px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    float: none;
    position: absolute;
    right: 40px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
    font: 700 20px/20px "GTEestiLCDisplay", sans-serif;
    color: #000;
}

.default-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/local/templates/assets/img/icons/select-arrow-down.svg);
    background-size: 50%;
    background-position: center 8px;
    background-repeat: no-repeat;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single.select2-selection--clearable .select2-selection__rendered {
    color: #111827;
}

.select2-results {
    padding: 10px;
    border-radius: 12px;
}

.select2-dropdown {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: none;
}

.select2-container--default .select2-results__option--selected {
    background: #F3F3F3;
    border-radius: 6px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #000;
    background: #F3F3F3;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #000;
}

.select2-container--default .select2-selection--single.select2-selection--clearable .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    padding-left: 18px;
    padding-right: 0;
}

.select2-results__option--selectable {
    padding: 6px 12px;
    margin: 3px 0;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #000;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.select2-results__option:first-child {
    margin-top: 0;
}

.subscription {
    margin-top: 70px;
}

.subscription__box {
    background: #FFFFFF;
    border-radius: 20px;
    padding-top: 37px;
    padding-bottom: 40px;
    padding-left: 62px;
}

.subscription__title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    color: #000;
}

.subscription__form {
    margin-top: 24px;
}

.subscription__form-row {
    width: 100%;
    max-width: 1124px;
}

.subscription__form-fieldset {
    margin: 0;
}

.subscription__form-fieldset + .subscription__form-fieldset {
    margin-left: 12px;
}

.subscription__form-btn {
    margin-left: 12px;
}

.subscription .privacy-policy {
    width: 100%;
    margin-top: 18px;
}

.subscription .privacy-policy br {
    display: none;
}

.header {
    background: #ffffff;
    height: 95px;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: inherit;
}

.header__logo {
    width: 255px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project__facets-slider-fix {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 20px;
}

.header__list-item {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 30px;
}

.header__list-item:last-child {
    margin-right: 0;
}

.header__list-item-has-children > .header__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__list-item-has-children > .header__list-link:after {
    content: "";
    margin-left: 12px;
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(/local/templates/assets/img/icons/arrow-menu.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.header__list-item-has-children.active:after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.header__list-link {
    font: 300 15px/17.5px "GTEestiLCDisplay", sans-serif;
}

.header__list-child {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 5px;
    top: -200px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header__list-child .header__list-item {
    margin: 0;
    margin-top: 4px;
    white-space: nowrap;
    min-width: 180px;
}

.header__list-child .header__list-item:first-child {
    margin-top: 0;
}

.header__list-child .header__list-link {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    border-radius: 6px;
    padding: 6px 13px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 4px;
    width: 100%;
}

.header__list-child .header__list-link:hover {
    background: #F2F3F5;
}

.header__list-item.active .header__list-child {
    z-index: 11;
    top: 24px;
    opacity: 1;
    visibility: visible;
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header__search-btn {
    background-image: url(/local/templates/assets/img/icons/search.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.header__search-btn-close {
    opacity: 0;
    width: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    right: 30px;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/assets/img/icons/search-input-close.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.header__search-input {
    opacity: 0;
    width: 0;
    padding: 0;
    visibility: hidden;
    max-width: 850px;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.header__search.active {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__search.active .header__search-input {
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 20px;
    padding-left: 60px;
}

.header__search.active .header__search-btn-close {
    opacity: 1;
    visibility: visible;
}

.footer {
    padding-top: 75px;
    padding-bottom: 65px;
    background-color: #000000;
}

.footer__socials .socials__title {
    color: #FFFFFF;
}

.footer__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .container {
    position: relative;
}

.footer .logo {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 160px;
    height: 48px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer .logo img {
    height: auto;
    width: 100%;
}

.footer__row .logo img {
    width: 100%;
}

.footer__col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer__logo {
    width: 270px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer__dsc {
    margin-top: 25px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #838383;
}

.footer__make {
    margin-top: -8px;
    text-transform: uppercase;
    font: 500 10px/20px "GTEestiLCDisplay", sans-serif;
    color: #474747;
    letter-spacing: 0.05em;
}

.footer__make a {
    color: #FFFFFF;
    font: inherit;
}

.footer__nav-wrapper {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

.footer__nav:first-child {
    margin-top: 0;
}

.footer__nav-break {
    -webkit-column-break-after: column;
    -moz-column-break-after: column;
    break-after: column;
}

.footer__nav-break + .footer__nav {
    margin-top: 0;
}

.footer__list-item {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 16px;
    max-width: 161px;
}

.footer__list > .footer__list-item:first-child {
    font: 300 16px/19px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    margin-top: 0;
}

.footer__list-item-text {
    font: inherit;
    color: inherit;
}

.footer__list-link {
    font: inherit;
    color: inherit;
}

.main-front .video-wrapper {
    height: 420px;
}

.front__search-hashtags {
    margin-top: 10px;
}

.front__slide {
    position: relative;
    /*padding-top: 30px;*/
    height: 600px;
}

.front__slide .breadcrumbs {
    position: relative;
    margin-bottom: 20px;
}

.front__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.front__title {
    font: 500 60px/60px "GTEestiLCDisplay", sans-serif;
    max-width: 530px;
    color: #FFFFFF;
}

.front__title.social-front__title__dobro {
    color: #000000;
}

.front__dsc {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    max-width: 522px;
    margin-top: 20px;
}

.front__btn {
    margin-top: 40px;
    height: 54px;
    width: 188px;
}

.front__bullets {
    position: relative;
    margin: 0 -10px;
    margin-top: -63.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.front__bullet {
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 127px;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 0 10px;
    padding: 6px;
}

.front__bullet-img {
    width: 123px;
    height: 115px;
    margin-right: 20px;
}

.front__bullet-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.front__bullet-title {
    font: 500 24px/26.4px "GTEestiLCDisplay", sans-serif;
}

.front__bullet-dsc {
    font: 300 14px/18px "GTEestiLCDisplay", sans-serif;
    margin-top: 4px;
    color: #656565;
    opacity: 0.8;
}

.front__bullet-link {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    margin-top: auto;
    background: #F2F3F5;
    border-radius: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 117px;
    margin-bottom: 4.5px;
}

.front__bullet-link:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background-image: url(/local/templates/assets/img/icons/arrow-black.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.front__search {
    margin-top: 70px;
}

.about {
    margin-top: 100px;
}

.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 43px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 490px;
}

.about__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.about__list {
    margin-top: 25px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.about__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    position: relative;
    max-width: 377px;
}

.about__list-item:before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    background-image: url(/local/templates/assets/img/icons/about-list-item.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.about__list-item + .about__list-item {
    /*margin-top: 20px;*/
}

.about__btn {
    margin-top: 40px;
}

.main-partners .partners {
    margin-top: 0;
}

.partners {
    margin-top: 100px;
}

.partners__slider {
    margin: -10px;
    margin-top: 20px;
    /*margin-right: calc(-50vw + 50% + 10px);*/
}

.partners__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.partners__card {
    padding: 25px;
    margin: 10px;
    width: calc(20% - 20px);
    background: #FFFFFF;
    border-radius: 16px;
}

.partners__card-slide {
    min-width: 238px;
    height: auto;
    width: calc(14.2857142857% - 20px);
}

.partners__card-img {
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.partners__card-name {
    margin-top: 20px;
    text-align: center;
    font: 500 18px/24px "GTEestiLCDisplay", sans-serif;
}

.main-news .news {
    margin-top: 0;
}

.news {
    margin-top: 70px;
}

.news__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.news__slider {
    margin: -10px;
    margin-top: 20px;
    margin-right: calc(-50vw + 50% + 10px);
}

.news__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin: 10px;
    width: calc(33.3333333333% - 20px);
    background: #FFFFFF;
    border-radius: 16px;
}

.news__card-slide {
    width: 305px;
    height: auto;
}

.news__card-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 16px;
}

.news__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    margin-top: 12px;
}

.news__tag {
    background: #F2F3F5;
    border-radius: 30px;
    padding: 8px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin: 5px;
}

.news__card-name {
    margin-top: 12px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.news__card-dsc {
    margin-top: 8px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;

}

.news__card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.news__card-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.news__card-date:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/card-date.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.news__card-views {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.news__card-views:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/card-views.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.contacts__inner-container {
    max-width: 810px;
}

.contacts__socials {
    min-width: 255px;
}

.contacts__socials:first-child {
    margin-right: 80px;
}

.contacts__socials .socials__title {
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.contacts__socials .socials__link {
    margin-top: 10px;
}

.contacts__socials .socials__img {
    width: 52px;
    height: 52px;
}

.contacts__map {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.contacts__map iframe {
    border: none;
    width: 100%;
    /*pointer-events: none;*/
}

.contacts__map-info {
    position: absolute;
    left: 10px;
    top: 16px;
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 10px;
    min-width: 417px;
}

.contacts__map-address {
    font: 300 19px/28px "GTEestiLCDisplay", sans-serif;
}

.contacts__map-street {
    font: 300 14px/24px "GTEestiLCDisplay", sans-serif;
    margin-top: 6px;
    color: #656565;
}

.contacts__map-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__map-metro {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.contacts__map-metro:first-child:before {
    content: "";
    display: block;
    width: 25px;
    height: 16px;
    margin-right: 14px;
    background-image: url(/local/templates/assets/img/icons/metro.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.contacts__map-metro:first-child {
    margin-right: 32px;
}

.contacts__map-metro:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 6px;
}

.contacts__map-metro:first-child:after {
    background: #74C5FF;
}

.contacts__map-metro:nth-child(2):after {
    background: #3D42C0;
}

.contacts__map-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 300 16px/28px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    margin-top: 25px;
}

.contacts__question {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contacts__question-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.contacts__question-dsc {
    margin-top: 6px;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.contacts__question-form {
    margin-top: 30px;
}

.contacts__question-input {
    width: 100%;
}

.contacts__question-textarea {
    min-height: 195px;
}

.contacts__question-label {
    margin-top: 30px;
}

.contacts__question-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.contacts__question-form-btn {
    margin-right: 40px;
}

.team__main-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    margin-top: 20px;
}

.team__main-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    border-radius: 16px;
    padding: 30px;
    padding-bottom: 305px;
}

.team__main-card:first-child {
    background: #c8c8c8;
}

.team__main-card:nth-child(2) {
    background: #FC651A;
}

.team__main-card:nth-child(2) .team__main-card-tag {
    color: #FC651A;
}

.team__main-card:nth-child(3) {
    background: #FD4544;
}

.team__main-card:nth-child(3) .team__main-card-tag {
    color: #FD4544;
}

.team__main-card-img {
    position: absolute;
    left: 20%;
    bottom: 0;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}

.team__main-card-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #FD4544;
    background: #FFFFFF;
    border-radius: 30px;
    height: 30px;
    padding: 0 9px;
}

.team__main-card-name {
    margin-top: 10px;
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
}

.team__main-card-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    position: relative;
    color: #FFFFFF;
}

.team__main-card-email:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: block;
    background-image: url(/local/templates/assets/img/icons/email-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.team__groups {
    margin-top: 70px;
}

.team__group + .team__group {
    margin-top: 70px;
}

.team__group-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    max-width: 995px;
}

.team__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.team__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px;
    padding-right: 18px;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    background: #FFFFFF;
    border-radius: 16px;
}

.team__card-img {
    height: 160px;
    margin-right: 20px;
    border-radius: 12px;
    max-width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.team__card-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 6px 0;
}

.team__card-name {
    font: 500 24px/26px "GTEestiLCDisplay", sans-serif;
}

.team__card-position {
    margin-top: 4px;
    font: 300 14px/18px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.team__card-emails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team__card-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
    font: 300 14px/18px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.team__card-email:before {
    content: "";
    display: block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/assets/img/icons/email-red.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.team__card-email:first-child {
    margin-top: 0;
}

.main-about .about {
    margin-top: 0;
}

.main-about .about__list-item {
    max-width: 100%;
}

.main-about .about__list-item:before {
    background-image: url(/local/templates/assets/img/icons/about-list-item-gray.svg);
}

.main-about .about__dsc {
    margin-top: 8px;
}

.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.about__col:first-child {
    max-width: 506px;
    margin-right: 65px;
}

.about__mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-top: 50px;*/
    /*padding-top: 50px;*/
}

.about__mission-img {
    margin-right: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*height: 330px;*/
    width: 100%;
    max-width: 589px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.about__mission-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 50%;
    justify-content: center;
}

.about__mission-group {
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    gap: 15px;
    min-height: 170px;
    border-left: solid #FF2838 5px;
    /*margin-top: 30px;*/
}

.about__mission-group:first-child {
    /*margin-top: 0;*/
}

.about__mission-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    /*padding: 0 9px;*/
    /*height: 30px;*/
    font: 500 34px/30px "GTEestiLCDisplay", sans-serif;
    /*color: #FFFFFF;*/
    /*background: #FF2838;*/
    border-radius: 30px;
}

.about__mission-title {
    /*margin-top: 10px;*/
    font: 300 16px/27px "GTEestiLCDisplay", sans-serif;
    /*color: #000000;*/
}

.about__mission-dsc {
    margin-top: 4px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.about__directions {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about__directions-title {
    font: 500 46px/50px "GTEestiLCDisplay", sans-serif;
}

.about__directions-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 30px;
}

.about__directions-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    width: calc(33.3333333333% - 20px);
    background: #F7F6FB;
    border-radius: 16px;
    padding: 28px 20px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.about__directions-card:hover {
    -webkit-box-shadow: 0px 14px 21px -1px rgba(6, 25, 56, 0.08);
    box-shadow: 0px 14px 21px -1px rgba(6, 25, 56, 0.08);
}

.about__directions-card-logo {
    width: 89px;
    height: 83px;
    border-radius: 12px;
}

.about__directions-card-subtitle {
    margin-top: 20px;
    text-transform: uppercase;
    font: 500 12px/18px "GTEestiLCDisplay", sans-serif;
    letter-spacing: 0.15em;
    color: #656565;
}

.about__directions-card-title {
    margin-top: 8px;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.about__directions-card-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.documents__filter {
    margin-top: 20px;
}

.documents__filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.documents__filter-form > div {
    margin-right: 10px;
}

.documents__filter-form > div:last-child {
    margin-right: 0;
}

.documents__filter-tags {
    margin-top: 0;
}

.documents__filter-select-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 380px;
}

.documents__filter-select-wrapper .select2-container--default .select2-selection--single {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    height: 47px;
}

.documents__filter-input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.documents__filter-input {
    height: 47px;
    padding-left: 60px;
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
}

.documents__box {
    margin-top: 30px;
    padding: 0;
    padding-bottom: 50px;
}

.documents__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.documents__card {
    position: relative;
    padding: 20px 40px;
}

.documents__card:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    width: calc(100% - 80px);
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
}

.documents__card:first-child {
    border-top: 0;
}

.documents__card:last-child:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    width: calc(100% - 80px);
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
}

.documents__card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.documents__card-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    height: 30px;
    background: #F2F3F5;
    border-radius: 30px;
    padding: 0 9px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin-right: 30px;
}

.documents__card-date {
    font: 300 14px/15px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.documents__card-title {
    margin-top: 20px;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.documents__pagination {
    padding: 0 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-smi .contacts-press-service {
    margin-top: 100px;
}

.main-smi__media {
    margin-top: 100px;
}

.brandbook__box {
    padding-bottom: 40px;
}

.brandbook__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.brandbook__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    background: #F2F3F5;
    border-radius: 16px;
    padding: 30px;
    height: 386px;
}

.brandbook__card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 270px;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: inherit;
}

.brandbook__card:first-child:after {
    background-image: url(/local/templates/rospatriot new/css/../..../img/brandbook-1.png);
}

.brandbook__card:nth-child(2):after {
    background-image: url(/local/templates/rospatriot new/css/../..../img/brandbook-2.png);
}

.brandbook__card:nth-child(3):after {
    background-image: url(/local/templates/rospatriot new/css/../..../img/brandbook-3.png);
}

.brandbook__card-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.media__slider {
    margin: -5px;
    margin-top: 20px;
    margin-right: calc(-50vw + 50% + 10px);
}

.media__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.media__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    padding: 20px;
    min-height: 480px;
    z-index: 1;
    margin: 10px;
    width: calc(33.3333333333% - 20px);
    padding-top: 240px;
}

.media__card.swiper-slide {
    width: 305px;
    padding-top: 200px;
    margin: 0;
    height: auto;
    margin: 10px;
}

.media__card.swiper-slide:first-child {
    margin-top: 10px;
}

.media__card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
    border-radius: inherit;
    z-index: -1;
}

.media__card-img {
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media__card-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    background: #E3E3E3;
    border-radius: 30px;
    padding: 0 9px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
}

.media__card-name {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    margin-top: 12px;
}

.media__card-desc {
    margin-top: 8px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #fff;
}

.media__card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.media__card-footer-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.media__card-footer-value:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.media__card-footer-value.photo:before {
    background-image: url(/local/templates/assets/img/icons/card-photo.svg);
}

.media__card-footer-value.video:before {
    background-image: url(/local/templates/assets/img/icons/card-video.svg);
}

.media__card-footer-date {
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
    white-space: nowrap;
}

.brandbook__box {
    margin-top: 30px;
}

.brandbook__block {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.brandbook__block:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.brandbook__block-last-update {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F2F3F5;
    border-radius: 30px;
    height: 30px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    padding: 0 9px;
}

.brandbook__block-last-update:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/assets/img/icons/date-update.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.brandbook__block-title {
    margin-top: 12px;
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.brandbook__block-link {
    margin-top: 20px;
}

.brandbook__block-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.brandbook__block-card {
    max-width: 210px;
    margin: 10px;
}

.brandbook__block-card:first-child {
    margin-left: 0;
}

.brandbook__block-card-title {
    font: 300 16px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.brandbook__block-card-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 10px;
    background: #F7F6FB;
    border-radius: 10px;
    height: 210px;
    padding: 0 15px;
}

.brandbook__block-card-img {
    width: auto;
    height: auto;
}

.brandbook__block-card-link {
    margin-top: 20px;
}

.brandbook__dsc {
    margin-top: 10px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    max-width: 956px;
}

.brandbook__block-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.brandbook__block-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    max-width: 210px;
    height: 210px;
    padding-left: 26px;
    padding-bottom: 22px;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.brandbook__block-color:first-child {
    background: #FFE94D;
    margin-left: 0;
}

.brandbook__block-color:nth-child(2) {
    background: #FF954D;
}

.brandbook__block-color:nth-child(3) {
    background: #FC651A;
}

.brandbook__block-color:last-child {
    margin-right: 45px;
}

.brandbook__block-color-value {
    font: 500 14px/21px "GTEestiLCDisplay", sans-serif;
    color: inherit;
}

.brandbook__block-font-wrapper {
    width: 100%;
    margin-top: 20px;
}

.brandbook__block-font {
    max-width: 513px;
    -o-object-fit: cover;
    object-fit: cover;
}

.map-svg {
    width: 100%;
}

.map-svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #E3E3E3;
    stroke: #FFFFFF;
    cursor: pointer;
}

.map-svg path:hover {
    fill: #FF2838;
}

.map-svg-attention {
    margin: 0 40px;
    margin-top: 0;
}

.map-svg-tooltip {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
}

.map-svg-tooltip:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/local/templates/assets/img/icons/map-svg-tooltip.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.map-svg-tooltip__region {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.map-svg-tooltip__attention {
    margin-top: 4px;
    font: 300 14px/18px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.map-svg-sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.map-svg-sidebar__overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.map-svg-sidebar__content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: #FFFFFF;
    padding-top: 80px;
    padding-left: 64px;
    overflow-y: auto;
}

.map-svg-sidebar__content-close {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 32px;
    left: -42px;
    background-image: url(/local/templates/assets/img/icons/close-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.map-svg-sidebar__content-close:focus {
    outline: none;
}

.map-svg-sidebar__container {
    padding-right: 50px;
}

.map-svg-sidebar__title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.map-svg-sidebar__dsc {
    margin-top: 18px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.map-svg-sidebar__info {
    margin-top: 20px;
    background: #F7F6FB;
    border-radius: 20px;
    padding: 30px;
}

.map-svg-sidebar__info-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.map-svg-sidebar__info-name:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    background-image: url(/local/templates/assets/img/icons/accordeon-user.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.map-svg-sidebar__info-dsc {
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.map-svg-sidebar__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.map-svg-sidebar__social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    position: relative;
    font: 300 16px/16px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    margin-top: 12px;
}

.map-svg-sidebar__social:first-child {
    margin-top: 0;
}

.map-svg-sidebar__social:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 48px;
    height: 1px;
    width: calc(100% - 48px);
    background: #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.map-svg-sidebar__social:hover:after {
    background: transparent;
}

.map-svg-sidebar__social:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.map-svg-sidebar__social.tel:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-tel.svg);
}

.map-svg-sidebar__social.email:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-email.svg);
}

.map-svg-sidebar__social.link:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-link.svg);
}

.tab {
    margin-top: 20px;
}

.tab__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.tab__search {
    max-width: 487px;
    height: 47px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
}

.tab__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    border-radius: 10px;
    margin-right: 8px;
    padding: 0 15px;
    background: #FFFFFF;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #9C9C9C;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.tab__btn.active {
    background: #FF2838;
    color: #FFFFFF;
}

.tab__btn:last-child {
    margin-right: 0;
}

.tab__btn:not(.active):hover {
    color: #000;
}

.tab__btn:focus {
    outline: none;
}

.tab__container {
    margin-top: 20px;
    padding: 20px 0;
    background: #FFFFFF;
    border-radius: 20px;
}

.tab__content {
    display: none;
}

.tab__content.active {
    display: block;
}

.tab__accordeons.col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.tab__accordeon {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.tab__accordeon.active .tab__accordeon-btn:after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.tab__accordeon-btn:focus {
    outline: none;
}

.tab__column-break {
    -webkit-column-break-after: column;
    -moz-column-break-after: column;
    break-after: column;
}

.tab__accordeon-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
}

.tab__accordeon-content-dsc {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.tab__accordeon-content-info {
    margin-top: 20px;
    background: #F7F6FB;
    border-radius: 20px;
    padding: 20px;
}

.tab__accordeon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    padding: 20px 15px;
}

.tab__accordeon-btn:not(.c_empty):after {
    content: "";
    width: 33px;
    height: 33px;
    background-image: url(/local/templates/assets/img/icons/accordeon-arrow.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tab__accordeon-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.tab__accordeon-name:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    background-image: url(/local/templates/assets/img/icons/accordeon-user.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tab__accordeon-dsc {
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.tab__accordeon-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-top: 10px;*/
}

.tab__accordeon-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    position: relative;
    font: 300 16px/31px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    margin-top: 12px;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tab__accordeon-social:first-child {
    margin-top: 0;
}

/*.tab__accordeon-social:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 8px;*/
/*    left: 48px;*/
/*    height: 1px;*/
/*    width: calc(100% - 48px);*/
/*    background: #FF2838;*/
/*    -webkit-transition: 0.3s ease;*/
/*    -o-transition: 0.3s ease;*/
/*    transition: 0.3s ease;*/
/*}*/

.tab__accordeon-social:hover:after {
    background: transparent;
}

.tab__accordeon-social:not(.d_fix):before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

/*.tab__accordeon-social.tel:before {*/
/*    background-image: url(/local/templates/assets/img/icons/accordeon-tel.svg);*/
/*}*/

/*.tab__accordeon-social.email:before {*/
/*    background-image: url(/local/templates/assets/img/icons/accordeon-email.svg);*/
/*}*/

/*.tab__accordeon-social.link:before {*/
/*    background-image: url(/local/templates/assets/img/icons/accordeon-link.svg);*/
/*}*/

.interdepartmental--orange .tab__btn.active {
    background: #FC651A;
}

.interdepartmental--orange .tab__accordeon-social,
.interdepartmental--orange .map-svg-sidebar__social {
    color: #FC651A;
}

.interdepartmental--orange .tab__accordeon-social:after,
.interdepartmental--orange .map-svg-sidebar__social:after {
    background: #FC651A;
}

.interdepartmental--orange .map-svg path:hover {
    fill: #FC651A;
}

.interdepartmental--orange .tab__accordeon-name:before,
.interdepartmental--orange .map-svg-sidebar__info-name:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-user-orange.svg);
}

.interdepartmental--orange .tab__accordeon-social.tel:before,
.interdepartmental--orange .map-svg-sidebar__social.tel:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-tel-orange.svg);
}

.interdepartmental--orange .tab__accordeon-social.email:before,
.interdepartmental--orange .map-svg-sidebar__social.email:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-email-orange.svg);
}

.interdepartmental--orange .tab__accordeon-social.link:before,
.interdepartmental--orange .map-svg-sidebar__social.link:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-link-orange.svg);
}

.interdepartmental--orange .map-svg-tooltip:before {
    background-image: url(/local/templates/assets/img/icons/map-round-orange.svg);
}

.events__cards {
    margin-top: 30px;
}

.events__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 20px;
}

.events__card + .events__card {
    margin-top: 30px;
}

.events__card-img {
    width: 270px;
    height: 270px;
    border-radius: 12px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.events__card-col {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.events__card-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    border-radius: 30px;
    padding: 0 9px;
    height: 30px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    background: #FF954D;
}

.events__card-title {
    margin-top: 10px;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.events__card-dsc {
    margin-top: 6px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.events__card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.events__card-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    font: 400 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.events__card-date:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/local/templates/assets/img/icons/events-date.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.events__card-address {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 400 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.events__card-address:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/local/templates/assets/img/icons/events-map.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.single-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-news__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.single-news__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin-right: 10px;
    border-radius: 30px;
    padding: 0 9px;
    height: 30px;
    background: #F2F3F5;
}

.single-news__tag:first-child {
    background: #FF954D;
    color: #FFFFFF;
}

.single-news__tag:last-child {
    margin-right: 0;
}

.single-news__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-right: 20px;
}

.single-news__date:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(/local/templates/assets/img/icons/card-date.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-news__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-right: 20px;
}

.single-news__view:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(/local/templates/assets/img/icons/card-views.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-news__prev {
    margin-left: auto;
}

.single-news__box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 60px;
}

.single-news__title {
    margin-top: 20px;
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.single-news__subtitle {
    margin-top: 10px;
    font: 300 20px/30px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__subtitle a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-news__subtitle a:hover {
    border-bottom: 1px solid transparent;
}

.single-news__slider-wrapper {
    margin-top: 40px;
}

.single-news__slide {
    border-radius: 16px;
}

.single-news__slide img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
}

.single-news__thumbnails {
    margin: 0 -6px;
    margin-top: 12px;
}

.single-news__thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(20% - 12px);
    margin: 0 6px;
    border-radius: 8px;
    cursor: pointer;
    max-height: 150px;
}

.single-news__thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-news__thumb.swiper-slide-thumb-active:before {
    background-color: transparent;
}

.single-news__thumb img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.single-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.single-news__container--center {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 750px;
}

.single-news__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 170px;
    margin-right: 30px;
}

.single-news__sidebar-reading-time {
    position: relative;
    background: #F7F6FB;
    border-radius: 16px;
    width: 170px;
    height: 125px;
    padding-top: 40px;
    padding-left: 20px;
}

.single-news__sidebar-reading-time:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 20px;
    width: 52px;
    height: 52px;
    background-image: url(/local/templates/assets/img/icons/reading-time.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-news__sidebar-reading-time span:first-child {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.single-news__sidebar-reading-time span:last-child {
    margin-top: 6px;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.single-news__content h2:first-child {
    margin-top: 0;
}

.single-news__content p {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content p + p {
    margin-top: 24px;
}

.single-news__content ol {
    margin-top: 40px;
    padding-left: 50px;
    list-style: decimal;
}

.single-news__content ol li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content ol li::marker {
    font-weight: 500;
}

.single-news__content ol li + li {
    margin-top: 8px;
}

.single-news__content blockquote {
    position: relative;
    margin-top: 40px;
    padding: 30px 40px;
    background: #F7F6FB;
    border-left: 4px solid #FF2838;
    border-radius: 20px;
    font: 500 24px/34px "GTEestiLCDisplay", sans-serif;
}

.single-news__content blockquote span {
    font: inherit;
}

.single-news__content .blockquote__img-wrapper {
    float: left;
    height: 100%;
}

.single-news__content .blockquote__img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-right: 30px;
}

.single-news__content .blockquote__dsc {
    font: 500 20px/30px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.single-news__content .blockquote__name {
    margin-top: 6px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content .blockquote-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content .blockquote-link:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 52px;
    height: 52px;
    float: left;
    margin-right: 22px;
    background-image: url(/local/templates/assets/img/icons/blockquote-link.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-news__content .blockquote-link a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    margin-left: 4px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-news__content .blockquote-link a:hover {
    border-bottom: 1px solid transparent;
}

.single-news__content h2 {
    margin-top: 40px;
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.single-news__content h2 + p {
    margin-top: 16px;
}

.single-news__content .list-dialog {
    margin-top: 40px;
    padding-left: 50px;
    list-style: none;
}

.single-news__content .list-dialog li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content .list-dialog li:nth-child(odd) {
    font-weight: 500;
}

.single-news__content .list-dialog li + li {
    margin-top: 8px;
}

.single-news__content ul {
    margin-top: 40px;
    padding-left: 50px;
    list-style: disc;
}

.single-news__content ul li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content ul li + li {
    margin-top: 8px;
}

.single-news__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.single-news__footer-prev {
    padding-left: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #000000;
    height: 54px;
    background: transparent;
    border-radius: 10px;
}

.single-news__footer-socials {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-news__footer-social {
    margin-right: 6px;
    width: 52px;
    height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-news__footer-social:last-child {
    margin-right: 0;
}

.single-news__video-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    height: 483px;
}

.single-news__video-wrapper video {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-event__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-event__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.single-event__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin-right: 10px;
    border-radius: 30px;
    padding: 0 9px;
    height: 30px;
    background: #FF2838;
    color: #FFFFFF;
}

.single-event__prev {
    margin-left: auto;
}

.single-event__box {
    padding: 40px 60px;
    background: #FFFFFF;
    border-radius: 20px;
}

.single-event__container {
    max-width: 796px;
    margin-top: 20px;
}

.single-event__container--center {
    max-width: 752px;
    margin: 0 auto;
    margin-top: 50px;
}

.single-event__container h2:first-child {
    margin-top: 0;
}

.single-event__container p {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container p + p {
    margin-top: 24px;
}

.single-event__container ol {
    margin-top: 40px;
    padding-left: 50px;
    list-style: decimal;
}

.single-event__container ol li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container ol li::marker {
    font-weight: 500;
}

.single-event__container ol li + li {
    margin-top: 8px;
}

.single-event__container blockquote {
    position: relative;
    margin-top: 40px;
    padding: 30px 40px;
    background: #F7F6FB;
    border-left: 4px solid #FF2838;
    border-radius: 20px;
    font: 500 24px/34px "GTEestiLCDisplay", sans-serif;
}

.single-event__container blockquote span {
    font: inherit;
}

.single-event__container .blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-event__container .blockquote__img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-right: 30px;
}

.single-event__container .blockquote__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-event__container .blockquote__dsc {
    font: 500 20px/30px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.single-event__container .blockquote__name {
    margin-top: 6px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container .blockquote__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 20px;
}

.single-event__container .blockquote__row:first-child {
    margin-top: 0;
}

.single-event__container .blockquote__row-text {
    font: inherit;
    color: inherit;
}

.single-event__container .blockquote__row a {
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    font: inherit;
    line-height: 17px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-event__container .blockquote__row a:hover {
    border-bottom: transparent 1px solid;
}

.single-event__container .blockquote__row.vk:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    background-image: url(/local/templates/assets/img/icons/vk-round-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__container .blockquote__row.link:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    background-image: url(/local/templates/assets/img/icons/link-round-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__container .blockquote-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container .blockquote-link:before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 22px;
    background-image: url(/local/templates/assets/img/icons/blockquote-link.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__container .blockquote-link a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    margin-left: 4px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-event__container .blockquote-link a:hover {
    border-bottom: 1px solid transparent;
}

.single-event__container h2 {
    margin-top: 40px;
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.single-event__container h2 + p {
    margin-top: 16px;
}

.single-event__container .list-dialog {
    margin-top: 40px;
    padding-left: 50px;
    list-style: none;
}

.single-event__container .list-dialog li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container .list-dialog li:nth-child(odd) {
    font-weight: 500;
}

.single-event__container .list-dialog li + li {
    margin-top: 8px;
}

.single-event__container ul {
    margin-top: 40px;
    padding-left: 50px;
    list-style: disc;
}

.single-event__container ul li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container ul li + li {
    margin-top: 8px;
}

.single-event__title {
    font: 500 46px/54px "GTEestiLCDisplay", sans-serif;
}

.single-event__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.single-event__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 20px/30px "GTEestiLCDisplay", sans-serif;
    margin-right: 50px;
}

.single-event__date:before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 14px;
    background-image: url(/local/templates/assets/img/icons/date-round-gray.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 20px/30px "GTEestiLCDisplay", sans-serif;
}

.single-event__map:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 14px;
    background-image: url(/local/templates/assets/img/icons/map-round-gray.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__subtitle {
    margin-top: 30px;
    font: 300 20px/30px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__btn {
    margin-top: 40px;
}

.single-event__banner {
    margin-top: 50px;
}

.single-event__banner-img {
    border-radius: 16px;
}

.single-event__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.single-event__footer-reg {
    margin-right: 20px;
}

.single-event__footer-prev {
    padding-left: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #000000;
    height: 54px;
    background: transparent;
    border-radius: 10px;
}

.single-event__footer-socials {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-event__footer-social {
    margin-right: 6px;
    width: 52px;
    height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-event__footer-social:last-child {
    margin-right: 0;
}

.single-event__video-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    height: 483px;
}

.single-event__video-wrapper video {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-event .gallery {
    margin: 0 -10px;
    margin-top: 30px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    min-width: 720px;
    width: 100%;
}

.single-event .gallery__block {
    display: inline-block;
    margin: 10px;
    height: 65px;
    width: 100%;
    background: #F7F6FB;
    border-radius: 8px;
}

.single-event .gallery__block:nth-child(3n) {
    height: 135px;
}

.main-front .event {
    margin-top: 100px;
}

.event {
    margin-top: 70px;
}

.event__slider {
    margin: -10px;
    margin-top: 30px;
    margin-right: calc(-50vw + 50% + 10px);
}

.event__card-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    padding: 20px;
    min-height: 480px;
    z-index: 1;
    margin: 10px;
    width: calc(33.3333333333% - 20px);
    padding-top: 240px;
}

.event__card-slide.swiper-slide {
    width: 305px;
    height: auto;
    padding-top: 240px;
}

.event__card-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
    border-radius: inherit;
    z-index: -1;
}

.event__card-slide-img {
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event__card-slide-tag {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    background: #E3E3E3;
    border-radius: 30px;
    padding: 0 9px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
}

.event__card-slide-tag-event:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background-image: url(/local/templates/assets/img/icons/event-card-event.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event__card-slide-tag-grant {
    background: #FF2838;
    color: #FFFFFF;
}

.event__card-slide-tag-grant:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background-image: url(/local/templates/assets/img/icons/event-card-grant.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event__card-slide-name {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    margin-top: 12px;
    margin-bottom: 12px;
}

.event__card-slide-dsc {
    margin-top: 8px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.event__card-slide-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event__card-slide-footer-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.event__card-slide-footer-value:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.event__card-slide-footer-value.photo:before {
    background-image: url(/local/templates/assets/img/icons/card-photo.svg);
}

.event__card-slide-footer-value.video:before {
    background-image: url(/local/templates/assets/img/icons/card-video.svg);
}

.event__card-slide-footer-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.event__card-slide-footer-date:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/event-card-date.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.event__card-slide-footer-map {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.event__card-slide-footer-map:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/event-card-map.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.event__socials {
    margin-top: 30px;
}

.event__socials .socials__title {
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.event__socials .socials__link {
    margin-top: 10px;
}

.event__socials .socials__img {
    width: 52px;
    height: 52px;
}

.experts__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.experts-tasks {
    margin-top: 50px;
}

.experts-groups {
    margin-top: 50px;
}

.experts-groups__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.experts-groups__card {
    padding: 12px;
    background: #F7F6FB;
    border-radius: 16px;
    margin-top: 20px;
}

.experts-groups__card:first-child {
    margin-top: 0;
}

.experts-groups__card-img {
    margin-right: 30px;
    width: 205px;
    border-radius: 16px;
    height: auto;
    float: left;
}

.experts-groups__card-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.experts-groups__card-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    display: flex;
}

.experts-groups__card-name:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/local/templates/assets/img/icons/accordeon-user.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.experts-groups__card-dsc {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.main-educational-programs .educational-programs__select + .select2 {
    max-width: 380px;
}

.main-educational-programs .section-head__row .select2-container--default .select2-selection--single {
    height: 47px;
    background: #FFFFFF;
}

.main-educational-programs .pagination__nav-link.current {
    background: #8D64D8;
}

.main-educational-programs .pagination__loadmore:hover {
    background: #8D64D8;
}

.educational-programs__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 30px;
}

.main-education .courses,
.main-education .programmers,
.main-education .training {
    margin-top: 100px;
}

.main-education .menu-tags {
    margin-top: 20px;
}

.main-education .section-head .title {
    width: 100%;
    cursor: default;
}

.education__box {
    overflow: hidden;
}

.education__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.education__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.education__col:first-child {
    max-width: 562px;
    margin-right: 100px;
}

.education__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.education__title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.education__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.education__img {
    height: 280px;
    border-radius: 12px;
}

.education__slider-wrapper {
    margin-top: 50px;
}

.education__slider {
    margin-top: 30px;
    margin-right: -60px;
}

.education__slider-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.education__slider-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    max-width: 1045px;
}

.education__slide {
    width: 335px;
    height: auto;
    padding: 20px;
    background: #F7F6FB;
    border-radius: 16px;
    min-height: 297px;
    margin-right: 20px;
}

.education__slide:last-child {
    margin-right: 60px;
}

.education__slide-icon {
    width: 52px;
    height: 52px;
    border-radius: 100px;
}

.education__slide-title {
    margin-top: 20px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.education__slide-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.training {
    margin-top: 50px;
}

.training__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.training__head .slider-nav {
    margin-left: auto;
}

.training__box {
    overflow: hidden;
}

.training__title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.training__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    max-width: 593px;
}

.training__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding-top: 40px;
}

.training__card {
    width: calc(25% - 20px);
    margin: 0 10px;
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
    height: auto;
}

.training__card-icon {
    width: 52px;
    height: 52px;
    margin-top: -46.5px;
}

.training__card-title {
    margin-top: 12px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.training__card-dsc {
    margin-top: 6px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.training__progress {
    margin-top: 30px;
}

.training__progress-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.training__progress-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    margin-top: 30px;
}

.training__progress-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3333333333% - 60px);
    margin: 0 30px;
}

.training__progress-card:last-child {
    margin-right: 0;
}

.training__progress-card-img {
    width: 52px;
    height: 52px;
}

.training__progress-card-dsc {
    margin-top: 20px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.webinars {
    margin-top: 100px;
}

.education-media-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.education-media-slider {
    margin: -5px;
    margin-top: 30px;
    margin-right: calc(-50vw + 50% + 10px);
}

.education-media-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin: 10px;
    width: calc(33.3333333333% - 20px);
    background: #FFFFFF;
    border-radius: 16px;
}

.education-media-card__slide {
    min-width: 305px;
    width: calc(20% - 20px);
    height: auto;
}

.education-media-card__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 16px;
}

.education-media-card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}

.education-media-card__tag {
    background: #F2F3F5;
    border-radius: 30px;
    padding: 8px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin-right: 10px;
}

.education-media-card__tag:last-child {
    margin-right: 0;
}

.education-media-card__title {
    margin-top: 12px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.education-media-card__dsc {
    margin-top: 8px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.education-media-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 14px;
}

.education-media-card__date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.education-media-card__date:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/card-date.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.education-media-card__state {
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.main-social {
    padding-top: 0;
}

.main-social .interdepartmental {
    margin-top: 50px;
}

.main-interdepartmental .social-centers {
    margin-top: 0;
}

.main-interdepartmental .federal-program {
    margin-top: 0;
}

.social-front__wrapper {
    position: relative;
    padding-top: 30px;
    height: 550px;
    z-index: 1;
}

.social-front__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.social-front__title {
    margin-top: 40px;
    font: 500 60px/60px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    max-width: 650px;
}

.social-front__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
}

.social-front__link {
    margin-top: 40px;
}

.social-front .breadcrumbs .container {
    padding: 0;
    max-width: 100%;
}

.social-front .breadcrumbs .breadcrumbs__list-item {
    color: #FFFFFF;
}

.social-number {
    margin-top: 70px;
}

.social-number__title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    max-width: 917px;
}

.social-number__dsc {
    margin-top: 10px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    max-width: 917px;
}

.social-number__rounds {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow-x: scroll;
}

.social-number__rounds::-webkit-scrollbar {
    display: none;
}

.social-number__round {
    margin: 0 10px;
}

.social-number__round:first-child {
    margin-left: 0;
}

.social-number__round.active .social-number__round-main {
    background: #FC651A;
    color: #FFFFFF;
}

.social-number__round:nth-child(1) .social-number__round-main {
    width: 91px;
    height: 91px;
    font-size: 36px;
}

.social-number__round:nth-child(2) .social-number__round-main {
    width: 128px;
    height: 128px;
    font-size: 46px;
}

.social-number__round:nth-child(3) .social-number__round-main {
    width: 146px;
    height: 146px;
    font-size: 50px;
}

.social-number__round:nth-child(4) .social-number__round-main {
    width: 156px;
    height: 156px;
    font-size: 52px;
}

.social-number__round:nth-child(5) .social-number__round-main {
    width: 164px;
    height: 164px;
    font-size: 54px;
}

.social-number__round:nth-child(6) .social-number__round-main {
    width: 175px;
    height: 175px;
    font-size: 62px;
}

.social-number__round:nth-child(7) .social-number__round-main {
    width: 183px;
    height: 183px;
    font-size: 72px;
}

.social-number__round-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 91px;
    height: 91px;
    border: 1px solid #FC651A;
    border-radius: 50%;
    font: 500 36px/36px "GTEestiLCDisplay", sans-serif;
    color: #FC651A;
}

.social-number__round-value {
    margin-top: 17px;
    font: 300 18px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    text-align: center;
}

.social-number__attention {
    margin-top: 50px;
}

.social-number__goals {
    margin-top: 50px;
}

.results {
    margin-top: 50px;
}

.social-number__goals-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.social-number__goals-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    margin-top: 30px;
}

.social-number__goals-block {
    /*width: calc(50% - 24px);*/
    margin: 0 12px;
    background: #F7F6FB;
    border-radius: 16px;
    padding: 30px 40px;
}

.social-number__goals-block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-number__goals-block-icon {
    width: 52px;
    height: 52px;
}

.social-number__goals-block-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.social-number__goals-block-dsc {
    margin-top: 4px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.volunteer {
    margin-top: 50px;
}

.volunteer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.volunteer__img {
    max-width: 560px;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 15px;

}

.volunteer__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.volunteer__info-title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.volunteer__info-dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.volunteer__how {
    margin-top: 50px;
}

.volunteer__how-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    padding-top: 40px;
}

.volunteer__how-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 0 -13px;*/
    margin-top: 60px;
}

.volunteer__how-card {
    width: calc(25% - 26px);
    margin: 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    background: #F7F6FB;
    border-radius: 16px;
    min-width: 215px;
    margin-bottom: 40px;
}

.volunteer__how-card-icon {
    width: 52px;
    height: 52px;
    margin-top: -64px;
}

.volunteer__how-card-title {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
    margin-top: 12px;
}

.volunteer__how-card-dsc {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    margin-top: 4px;
    color: #656565;
}

.volunteer__how-card-dsc a {
    font: inherit;
    color: #FC651A;
    border-bottom: 1px solid #FC651A;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.volunteer__how-card-dsc a:hover {
    border-bottom: 1px solid transparent;
}

.volunteer__how-attention {
    margin-top: 20px;
}

.goals {
    margin-top: 50px;
}

.goals__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goals__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.goals__info-title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.goals__info-dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.goals__info-img {
    width: 100%;
    max-width: 560px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
}

.goals__accent-block {
    padding: 16px 160px;
}

.goals__box {
    padding: 16px;
    margin-top: 50px;
}

.goals__box--gray {
    background: #F7F6FB;
    border-radius: 22px;

}

.goals__box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.goals__box-img {
    width: 100%;
    max-width: 560px;
    margin-right: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
}

.goals__box-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.goals__box-info-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.goals__box-info-dsc-wrapper {
    margin-top: 16px;
    max-width: 433px;
}

.goals__box-info-dsc {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #7D7D7D;
    margin-top: 40px;
}

.goals__box-info-dsc:first-child {
    margin-top: 0;
}

.goals__programs {
    margin-top: 50px;
}

.goals__programs-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.goals__programs-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
    margin-top: 30px;
}

.goals__programs-card {
    width: calc(50% - 24px);
    margin: 12px;
    background-color: #F7F6FB;
    border-radius: 16px;
    padding: 30px 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.goals__programs-card:first-child {
    background-image: url(/local/templates/rospatriot new/css/../..../img/bg-goals-programs-first-card.svg);
}

.goals__programs-card:nth-child(2) {
    background-image: url(/local/templates/rospatriot new/css/../..../img/bg-goals-programs-second-card.svg);
}

.goals__programs-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goals__programs-card-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.goals__programs-card-icon {
    width: 52px;
    height: 52px;
}

.goals__programs-card-dsc {
    margin-top: 16px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.goals__programs-list {
    margin-top: 20px;
}

.goals-project {
    margin-top: 60px;
}

.goals-project__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goals-project__slider__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.goals-project__title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.goals-project__slider {
    margin-top: 30px;
}

.goals-project__slide {
    background: #F7F6FB;
    border-radius: 16px;
    padding: 30px 40px;
    height: auto;
    min-height: 385px;
}


.goals-project__slide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goals-project__slide-title {
    font: 500 20px/29px "GTEestiLCDisplay", sans-serif;
    max-width: 215px;
}

.goals-project__slide-icon {
    width: 52px;
    height: 52px;
}

.goals-project__slide-dsc {
    margin-top: 4px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.goals-project .slider-nav__button {
    background-color: #FC651A;
}

.forums {
    margin-top: 50px;
}

.forums__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.forums__info {
    padding-right: 20px;
    width: 50%;
}

.forums__info-title {
    margin-top: 10px;
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.forums__info-dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums__img {
    width: 50%;
    margin-left: auto;
    border-radius: 12px;
}

.forums-categories {
    margin-top: 50px;
}

.forums-categories__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.forums-categories__title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.forums-categories .slider-nav__button {
    background-color: #FC651A;
}

.forums-categories .slider-nav__button:hover {
    background-color: #FC651A;
    opacity: 0.9;
}

.forums-categories__slider {
    padding-top: 40px;
}

.forums-categories__slide {
    position: relative;
    width: calc(20% - 20px);
    margin-bottom: 20px;
    background: #F7F6FB;
    border-radius: 16px;
    min-height: 300px;
    padding: 40px 20px;
    min-width: 200px;

}

.forums-categories__slide:not(:last-child) {
    margin-right: 30px;
}

.forums-categories__slider__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.forums-categories__slide-icon {
    width: 52px;
    height: 52px;
    position: absolute;
    top: -26px;
}

.forums-categories__slide-title {
    font: 500 18px/24px "GTEestiLCDisplay", sans-serif;
}

.forums-categories__slide-dsc {
    margin-top: 6px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-planned {
    margin-top: 50px;
}

.forums-planned__slider-title {
    font: 500 36px/39px "GTEestiLCDisplay", sans-serif;
    max-width: 80%;
}

.forums-planned__slider {
    margin-right: -60px;
    margin-top: 20px;
}

.forums-planned__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 330px;
    margin-right: 20px;
    padding: 20px;
    background: #F7F6FB;
    border-radius: 20px;
    height: auto;
}

.exterts-planned__slider .swiper-wrapper {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*gap: 30px;*/
}

.exterts-planned__slider-title {
    font: 500 36px/51px "GTEestiLCDisplay", sans-serif;
}

.exterts-planned_row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.exterts-planned__slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    padding: 60px 20px;
    gap: 30px;
    background: white url("/local/templates../img/expert_bg.png") no-repeat;
    background-size: cover;
    border-radius: 20px;
    border-left: solid 4px #FF2838;
    min-height: 310px;
    max-width: 390px;
    margin-right: 30px;
}

.exterts-planned__slide--orange {
    border-left: solid 4px #F68D3C;
}

.dobro-color-fix {
    background: white url("/local/templates../img/dobro_bg_s2.png") no-repeat right;
}

.exterts-planned__slide-title {
    font: 500 22px/24px "GTEestiLCDisplay", sans-serif;
}

.dobro-mb-fix {
    margin-bottom: 30px;
}
.exterts-planned__slide:last-child{
    margin-right: 0!important;
}
.exterts-planned__slide-desc {
    font: 300 18px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-planned__slide:last-child {
    margin-right: 60px;
}

.forums-planned__slide-title {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.forums-planned__slide-list {
    margin-top: 50px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}

.forums-planned__slide-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-planned__slide-list-item:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.forums-planned__slide-list-item.map:before {
    background-image: url(/local/templates/assets/img/icons/map-round-orange.svg);
}

.forums-planned__slide-list-item.date:before {
    background-image: url(/local/templates/assets/img/icons/date-round-orange.svg);
}

.forums-planned__slide-list-item:first-child {
    margin-top: 0;
}

.forums-info {
    margin-top: 50px;
    padding: 50px;
    background: white;
    border-radius: 16px;
}

.forums-info__block {
    margin-top: 50px;


}

.forums-info__block:first-child {
    margin-top: 0;
}

.forums-info__block-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.forums-info__block-subtitle {
    font: 500 32px/40px "GTEestiLCDisplay", sans-serif;
}

.forums-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -25px;
    margin-top: 30px;
}

.forums-info__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.forums-info__col:first-child {
    width: 50%;
    padding-right: 40px;
}

.forums-info__col:last-child {
    width: 50%;
    max-width: 545px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 15px;

}

.forums-info__block-dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(33.3333333333% - 50px);
    margin: 25px;
}

.forums-info__item-icon {
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.forums-info__item-name {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-info__directions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -19px;
    margin-top: 30px;
}

.forums-info__direction {
    width: calc(33.3333333333% - 38px);
    margin: 0 19px;
}

.forums-info__direction-dsc {
    margin-top: 10px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #616161;
}

.forums-info__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 30px;
}

.forums-info__card {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
}

.forums-info__card-icon {
    width: 52px;
    height: 52px;
}

.forums-info__card-title {
    margin-top: 20px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.forums-info__card-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.premium {
    margin-top: 50px;
}

.premium__img {
    width: calc(50% - 40px);
    margin-right: 40px;
    border-radius: 12px;
}

.premium__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.premium__info-title {
    font: 500 46px/50px "GTEestiLCDisplay", sans-serif;
    margin-bottom: 20px;
}

.premium__info-dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.premium__info-link {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    margin-top: 20px;
    font: 500 12px/18px "GTEestiLCDisplay", sans-serif;
    letter-spacing: 0.05em;
    color: #FC651A;
    border-bottom: 1px solid #FC651A;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.premium__info-link:hover {
    border-bottom: 1px solid transparent;
}

.premium__block {
    margin-top: 50px;
}

.premium__block-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.premium__block-quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F7F6FB;
    border-left: 4px solid #FC651A;
    border-radius: 16px;
    padding-left: 40px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.premium__block-quotes-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.premium__block-quotes-text a {
    font: inherit;
    color: #FC651A;
    border-bottom: 1px solid #FC651A;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.premium__block-quotes-text a:hover {
    border-bottom: 1px solid transparent;
}

.premium__block-quotes:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
    width: 52px;
    height: 52px;
    background-image: url(/local/templates/assets/img/icons/link-round-white-orange.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.premium__box {
    padding: 40px;
    margin-top: 50px;
    background: #F7F6FB;
    border-radius: 22px;
}

.premium__box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.premium__box-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
}

.premium__box-row.row-reverse .premium__box-col {
    padding-right: 0;
}

.premium__box-row.row-reverse .premium__box-img {
    padding-right: 50px;
}

.premium__box-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.premium__box-dsc {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 8px;
}

.premium__box-img {
    width: 50%;
    border-radius: 12px;
}

.federal-program {
    margin-top: 50px;
}

.federal-program__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
}

.federal-program__title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.federal-program__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    letter-spacing: 0.02em;
    color: #656565;
}

.federal-program__img {
    width: 50%;
}

.federal-program__accent-block {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

.federal-program__accent-block-tag {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.federal-program__accent-text {
    margin-top: 10px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
    text-align: left;
    color: #FFFFFF;
}

.federal-program__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px;
    margin-top: 50px;
}

.federal-program__list-item {
    width: calc(50% - 60px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px;
}

.federal-program__list-item-icon {
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.federal-program__list-item-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.federal-program__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
    background: #F7F6FB;
    border-radius: 22px;
    padding: 24px;
}

.federal-program__box-img {
    width: 50%;
    border-radius: 12px;
}

.federal-program__box-col {
    width: 50%;
    padding-left: 50px;
}

.federal-program__box-title {
    font: 500 36px/39px "GTEestiLCDisplay", sans-serif;
}

.federal-program__box-date {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
}

.federal-program__box-date:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 52px;
    height: 52px;
    background-image: url(/local/templates/assets/img/icons/date-round-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.federal-program__box-dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.federal-program__tasks {
    margin-top: 50px;
}

.federal-program__task-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.federal-program__tasks-title {
    font: 500 30px/32px "GTEestiLCDisplay", sans-serif;
}

.federal-program__tasks-slider {
    margin-top: 20px;
}

.federal-program__tasks-slide {
    position: relative;
    width: calc(25% - 20px);
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
}


.federal-program__tasks-slide-icon {
    width: 52px;
    height: 52px;
}

.federal-program__tasks-slide-title {
    margin-top: 18px;
    font: 500 20px/24px "GTEestiLCDisplay", sans-serif;
}

.federal-program__tasks-slide-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.federal-program__member {
    margin-top: 50px;
}

.federal-program__member-title {
    font: 500 36px/39px "GTEestiLCDisplay", sans-serif;
}

.federal-program__member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px;
    margin-top: 30px;
}

.federal-program__member-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 60px);
    margin: 15px 30px;
}

.federal-program__member-list-item-icon {
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.federal-program__member-list-item-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.social-centers {
    margin-top: 50px;
}

.social-centers__img {
    border-radius: 12px;
    width: 50%;
}

.social-centers__col {
    width: 50%;
    padding-left: 40px;
}

.social-centers__title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.social-centers__dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.social-centers__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 30px;
}

.social-centers__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
}

.social-centers__card-icon {
    width: 52px;
    height: 52px;
}

.social-centers__card-title {
    margin-top: 18px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.social-centers__card-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.main-project {
    padding-top: 0;
}

.main-volunteer .volunteer {
    margin-top: 0;
}

.project-front__wrapper {
    position: relative;
    padding-top: 30px;
    height: 550px;
    z-index: 1;
}

.project-front__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.project-front__title {
    margin-top: 40px;
    font: 500 60px/60px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
}

.project-front__dsc {
    max-width: 500px;
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
}

.project-front__link {
    margin-top: 40px;
}

.project-front .breadcrumbs .container {
    padding: 0;
    max-width: 100%;
}

.project-front .breadcrumbs .breadcrumbs__list-item {
    color: #FFFFFF;
}

.project {
    margin-top: 70px;
}

.project__facets {
    margin-top: 50px;
}

.project__facets-slider {
    margin-top: 30px;
}

.project__facets-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 16px;
    background: #F7F6FB;
    border-radius: 16px;
    margin-right: 20px;
    width: 200px;
    min-height: 220px;
    height: auto;
}

.project__facets-slide:last-child {
    margin-right: 60px;
}

.project__facets-slide-title {
    font: 500 24px/26px "GTEestiLCDisplay", sans-serif;
}

.project__facets-slide-icon {
    width: 120px;
    height: 120px;
}

.box__col {
    width: 50%;
    /*padding-right: 70px;*/
}

.box__tag {
    margin-bottom: 20px;
}

.box__main-title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.box__second-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.box__second-subtitle {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
}

.box__dsc, .box__dsc * {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.box__dsc a {
    font: inherit;
    line-height: 18px;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.box__dsc a:hover {
    border-bottom: 1px solid transparent;
}

.box__link {
    display: inline-block;
    margin-top: 20px;
    font: 500 12px/14px "GTEestiLCDisplay", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.box__link:hover {
    border-bottom: 1px solid transparent;
}

.box__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    margin-top: 20px;
}

.box__date:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 14px;
    background-image: url(/local/templates/assets/img/icons/date-round-gray.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.box__img {
    border-radius: 12px;
    max-width: 520px;
    display: block;
    margin-left: auto;
}

.box .row-reverse .box__img {
    margin-right: auto;
    margin-left: 0;
}

.project-event {
    margin-top: 50px;
}

.project-event__slider-wrapper {
    margin-top: 40px;
}

.project-event__slider {
    margin-top: 30px;
    margin-right: -60px;
}

.project-event__slide {
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
    min-height: 380px;
    width: 335px;
    margin-right: 20px;
}

.project-event__slide:last-child {
    margin-right: 60px;
}

.project-event__slide-icon {
    width: 52px;
    height: 52px;
}

.project-event__slide-title {
    margin-top: 18px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.project-event__slide-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.project-event__quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 30px;
    background: #F7F6FB;
    border-left: 4px solid #FF2838;
    border-radius: 20px;
}

.project-event__quotes-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: left;
}

.project-event__quotes-text {
    font: 500 20px/30px "GTEestiLCDisplay", sans-serif;
    width: calc(100% - 116px);
}

.project-event__quotes-name {
    margin-top: 18px;
    font: 350 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    width: calc(100% - 116px);
    margin-left: auto;
}

.project-event__quotes-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px;
    background: #F7F6FB;
    border-left: 4px solid #FF2838;
    border-radius: 16px;
    margin-top: 50px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.project-event__quotes-link:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
    width: 52px;
    height: 52px;
    background-image: url(/local/templates/assets/img/icons/link-round-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.project-event__quotes-link a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    line-height: 16px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 4px;
}

.project-event__quotes-link a:hover {
    border-bottom: 1px solid transparent;
}

.project-event__quotes-link-text {
    font: inherit;
    color: inherit;
}

.project-event__accent-block {
    margin-top: 50px;
    padding: 24px 160px;
}

.project-event__list-wrapper {
    margin-top: 50px;
}

.project-event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -10px;
    margin-top: 30px;
}

.project-event__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(33.3333333333% - 20px);
    margin: 15px 10px;
}

.project-event__list-item-icon {
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.project-event__list-item-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.project-event__slider-wrapper .box__second-title {
    max-width: 80%;
}

.project-event__cards-wrapper {
    margin-top: 50px;
}

.project-event__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.project-event__cards .project-event__card-with-icon {
    margin-right: 30px;
}

.project-event__cards .project-event__card-with-icon:last-child {
    margin-right: 0px;
}

.project-event__card {
    background: #F7F6FB;
    border-radius: 16px;
}

.project-event__card.w-50 {
    padding: 30px 40px;
    width: calc(50% - 20px);
    margin: 10px;
}

.project-event__card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-event__card-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.project-event__card-icon {
    width: 52px;
    height: 52px;
}

.project-event__card-dsc {
    margin-top: 4px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    padding-bottom: 20px;
}

.project-event__card-with-icon {
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    width: 360px;
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 40px;
    max-width: 360px;
    height: 100% !important;
}

.project-event__card__videos_d {
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 40px;
}

.project-event__card__videos .project-event__card-with-icon {
    width: 100%;
}

.project-event__card-with-icon .project-event__card-icon {
    position: absolute;
    top: -26px;
}

.project-event__card-with-icon .project-event__card-title {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.project-event__card-with-icon .project-event__card-dsc {
    margin-top: 6px;
    margin-bottom: 6px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
}

.project-event__grant {
    margin-top: 50px;
}

.project-event__grant-box {
    padding: 30px 40px;
    margin-top: 30px;
    background: #F7F6FB;
    border-radius: 16px;
}

.project-event__grant-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.project-event__grant-hashtags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -8px;
    margin-top: 10px;
}

.project-event__grant-hashtag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    padding: 0 15px;
    margin: 5px 4px;
    height: 38px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #616161;
}

.project-event__grant-hashtag.active {

}

.single-news__slider-wrapper .swiper-autoheight .swiper-slide {
    max-height: 500px !important;
    height: 100%;
}

.single-news__slider-wrapper .slider-nav {
    display: flex;
    width: 100%;
    position: relative;
    top: 280px;
    z-index: 999;
    justify-content: space-between;
    height: auto !important;
}

.single-news__slider-wrapper .slider-nav .slider-nav__button {
    height: 50px;
}

.d_list {
    display: flex;
    flex-flow: column;
    gap: 20px;

}

.d_list .project-event__card {
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
    padding: 40px;
    background: transparent;
    max-width: 100% !important;
}

.d_list .project-event__card-title {
    font: 300 20px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.d_list .project-event__card img {
    position: absolute;
    top: auto;
    left: -25px;

}

.d-title-fix {
    display: none;
}

.d-video-fix {
    display: flex;
    justify-content: flex-end;
}

.d-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    gap: 20px;
}

.single-news__slide img {
    object-fit: contain;
}

.main-slider-bg-desctop {

}

.main-slider-bg-mobile {
    display: none;
}

.about-target-row {
    padding: 30px 30px 30px 60px;
    margin-top: 30px;
    border-radius: 20px;
    background: #ffffff;
    border-left: solid 4px #FF2838;
}

.about-target-rownoborder {
    border-left: none;
}

.dobro-target-row {
    padding: 30px 30px 30px 60px;
    margin-top: 30px;
    border-radius: 20px;
    background: #ffffff;
    border-left: solid 4px #F68D3C;
}

.about-target-title {
    font: 500 34px/50px "GTEestiLCDisplay", sans-serif;
}

.about-target__quotes-link-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.about-target__quotes-link-text a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    line-height: 16px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 4px;
}

.about-target-desc {
    max-width: 70%;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.about-target-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-flow: column;
    min-height: 150px;
    background: url("/local/templates../img/about_target_bg.png") no-repeat right;
}

.dobro-target-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-flow: column;
    min-height: 150px;
    background: url("/local/templates../img/dobro_bg.png") no-repeat right;
}

.patr-target-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-flow: column;
    min-height: 230px;
    background: url("/local/templates../img/patr_bg.png") no-repeat right;
}

.lift-target-row {
    padding: 0;
    margin-bottom: 30px;
    background: #ffffff url("/local/templates../img/lift_bg.png") no-repeat right;
}

.lift-target-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-flow: column;
    min-height: 225px;
    padding-left: 60px;
}

.dobro-2-mb {
    margin-bottom: 30px;
}

.er_404 {
    font: 700 120px/100px "GTEestiLCDisplay", sans-serif;
}

.er_404_text {
    font: 400 46px/100px "GTEestiLCDisplay", sans-serif;
}

.justify-content-center {
    justify-content: center;
}

.custom_dobro_wrapper {
    display: flex;
    background: url("/local/templates../img/1.png") no-repeat right;
}

.main-nopadding {
    padding-top: 0 !important;
}

.custom_dobro_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    margin-right: 20px;
    position: relative;
    gap: 20px;
    width: 30%;
    /*padding: 20px;*/
    padding-bottom: 50px;
    padding-top: 40px;

}

.goals-project__row_fix {
    padding-left: 60px;
    padding-right: 50px;
}

.no-border {
    border-bottom: 0;
}

.tab__accordeon_fix {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.tab__accordeon_fix img {
    width: 36px;
    height: 36px;
}

.tab__accordeon_fix .tab__accordeon-social {
    margin-top: 0;
}

.d-gap-20 {
    gap: 20px;
}

.project__facets-title {
    font: 500 40px/45px "GTEestiLCDisplay", sans-serif;
}

.main_slider_text_container {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    /*padding-bottom: 100px;*/
}
.single_news_iframe{
    margin: 40px 0;
    height: 600px;
}
.vk-fix{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #F2F3F5;
    border-radius: 30px;
}
.vk-fix img {
    height: 28px!important;
    width: 28px!important;
}
.contests_dopinfo_text{
    margin-bottom: 10px;
    padding-left: 55px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}
.forums-info__card--gray{
    background-color: whitesmoke;
}
@media screen and (max-width: 1440px) {
    .front__slide{
        height: 460px;
    }

    .main_slider_text_container{
        padding-left: 40px;
        padding-top: 40px;
        justify-content: flex-start;
    }
    .front__btn{
        margin-top: 20px;
    }
    .front__bullets{
        margin-top: -33.5px;
    }

}
@media screen and (max-width: 1280px) {
    .front__title{
        line-height: 40px;
    }
    .front__slide {
        height: 400px;
    }
    .front__slide img{
        object-fit: contain;
        -o-object-fit: contain;
    }
}

@media screen and (max-width: 1024px) {
    .tab__accordeon_fix .tab__accordeon-social{
        max-width: 300px;
    }
    .forums-categories__slide{
        padding-bottom: 15px;
    }
    .single_news_iframe{
        margin: 40px 0;
        height: 500px;
    }
    .front__dsc{
        font-size: 16px;
    }

    /*.front__slide img{*/
    /*    object-fit: contain;*/
    /*    -o-object-fit: contain;*/
    /*}*/
    .d_list .project-event__card {
        padding: 40px 40px 40px 70px;
    }

    .d_list .project-event__card img {
        left: 0;
    }

    .main {
        padding-top: 20px;
    }

    .volunteer__how-cards {
        margin-top: 60px;
    }

    .volunteer__how-title {
        padding-top: 20px;
    }

    .tab__accordeon-btn {
        font-size: 22px;
    }

    .front .front__slide {
        padding-top: 0 !important;
    }

    .box {
        padding: 40px 50px;
    }

    .breadcrumbs {
        display: none;
    }

    .sub-title {
        font-size: 18px;
        line-height: 27px;
    }

    .sub-title br {
        display: none;
    }

    .swiper-pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 50%;
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-top: 0;
        margin-right: 14px;
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    .compensate-for-scrollbar {
        overflow: hidden;
        height: auto;
    }

    .compensate-for-scrollbar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 10;
    }

    .contacts-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts-block {
        margin-right: 0;
        margin-top: 30px;
    }

    .contacts-block:first-child {
        margin-right: 0;
        margin-top: 5px;
    }

    .contacts-row + .contacts-row {
        margin-top: 30px;
    }

    .contacts__socials {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .header-menu-close {
        position: fixed;
        right: 20px;
        top: 27px;
        width: 22px;
        height: 22px;
        background-image: url(/local/templates/assets/img/icons/close-white.svg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 12;
    }

    .header__list-item.active .header__list-child {
        top: auto;
    }

    .header__menu {
        display: none;
    }

    .header__menu.active {
        position: fixed;
        height: 100vh;
        overflow: auto;
        display: block;
        top: 0;
        right: 0;
        z-index: 11;
        background: #FFFFFF;
        width: 100%;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 150px;
        padding-right: 50px;
    }

    .header__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__list-item {
        height: auto;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__list-item-has-children > .header__list-link {
        position: relative;
        width: 100%;
    }

    .header__list-item-has-children > .header__list-link:after {
        display: none;
    }

    .header__list-item-has-children.active > .header__list-link:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .header__list-item + .header__list-item {
        margin-top: 20px;
    }

    .header__list-child {
        opacity: 1;
        visibility: visible;
        position: relative;
        top: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        /*display: none;*/
        width: 100%;
        padding: 0;
        margin-top: 12px;
        border-radius: 0;
    }

    .header__list-child .header__list-item {
        min-width: auto;
        margin-top: 12px;
    }

    .header__list-child .header__list-link {
        padding: 0;
        font-size: 12px;
        line-height: 12px;
        color: #656565;
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header__search {
        margin-left: auto;
    }

    .header__search.active .header__search-input {
        height: 45px;
        max-width: 90%;
    }

    .header__mb-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 20px;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 4px 2px;
    }

    .header__mb-menu-btn span {
        height: 1px;
        border-radius: 2px;
        background: #000000;
    }

    .header__mb-menu-btn span:nth-child(1) {
        width: 16px;
    }

    .header__mb-menu-btn span:nth-child(2) {
        width: 12px;
    }

    .header__mb-menu-btn span:nth-child(3) {
        width: 8px;
    }

    .footer {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__row:after {
        bottom: auto;
        top: -10px;
    }

    .footer__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .footer__col:first-child {
        margin-right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer__col:last-child {
        margin-top: 70px;
    }

    .footer__dsc {
        width: 100%;
        margin-top: 14px;
    }

    .footer__dsc br {
        display: none;
    }

    .footer__socials {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .footer__nav-wrapper {
        width: 100%;
    }

    /*.footer__make {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    margin: 0;*/
    /*}*/
    .front__slide {
        height: 325px;
        padding: 0;
    }

    .front__wrapper {
        height: auto;
        padding-top: 0;
    }


    .slider-nav {
        /*display: none;*/
    }

    .about {
        margin-top: 70px;
    }

    .main-front .video-wrapper {
        height: auto;
    }

    .front__bullets {
        overflow-x: scroll;
        margin-top: 50px;
    }

    .front__bullets::-webkit-scrollbar {
        display: none;
    }

    .front__bullet {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 413px;
    }

    .partners__slider {
        margin-right: -20px;
    }

    .partners__card-slide:last-child {
        margin-right: 20px;
    }

    .main-partners .partners__card {
        width: calc(33.3333333333% - 20px);
    }

    .news__slider {
        margin-right: -20px;
    }

    .news__card-slide:last-child {
        margin-right: 20px;
    }

    .contacts__socials:first-child {
        margin-right: 0;
    }

    .contacts__map-info {
        min-width: auto;
    }

    .team__main-cards {
        overflow-x: scroll;
        margin-top: 30px;
        margin-right: -20px;
    }

    .team__main-card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 413px;
    }

    .team__main-card:last-child {
        margin-right: 20px;
    }

    .team__card {
        width: calc(50% - 20px);
    }

    .team__group + .team__group {
        margin-top: 30px;
    }

    .about__col:first-child {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .about__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about__info {
        max-width: 100%;
        margin-right: 0;
        width: 100%;
    }

    .about__dsc br {
        display: none;
    }

    .about__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 20px;
    }

    .main-about .about__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-about .about__list-item {
        max-width: 335px;
    }

    .main-about .about__list-item + .about__list-item {
        margin-top: 30px;
    }

    .main-about .about__video-wrapper {
        height: 330px;
    }

    .video-wrapper {
        height: 300px;
        max-width: 100%;
        margin-top: 30px;
        width: 100%;
    }

    .about__mission {
        margin-top: 30px;
        padding-top: 30px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;

    }

    .about__mission-img {
        margin: 0;
        max-width: 100%;
        width: 50%;
        height: auto;
    }

    .about__mission-info {
        margin-top: 40px;

        /*max-width: 493px;*/
    }

    .about__directions {
        margin: 0;
        margin-top: 30px;
        padding-top: 30px;
    }

    .about__directions-cards {
        overflow-x: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-right: -50px;
    }

    .about__directions-cards::-webkit-scrollbar {
        display: none;
    }

    .about__directions-card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 334px;
    }

    .about__directions-card:last-child {
        margin-right: 50px;
    }

    .main-smi .contacts-press-service {
        margin-top: 70px;
    }

    .contacts-block {
        width: 100%;
    }

    .media__card {
        width: calc(50% - 20px);
    }

    .media__slider {
        margin-right: -20px;
    }

    .media__card-slide:last-child {
        margin-right: 20px;
    }

    .main-brandbook .brandbook__box {
        margin-top: 30px;
    }

    .brandbook__box {
        padding: 40px 20px;
        margin-top: 0;
    }

    .brandbook__card:after {
        max-height: 240px;
    }

    .brandbook__cards {
        margin: 0;
        margin-top: 20px;
        margin-right: -25px;
        overflow-x: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .brandbook__cards::-webkit-scrollbar {
        display: none;
    }

    .brandbook__card {
        width: 380px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .brandbook__card:first-child {
        margin-left: 0;
    }

    .brandbook__card:last-child {
        margin-right: 30px;
    }

    .main-smi__media {
        margin-top: 70px;
    }

    .map-svg-sidebar__content {
        width: 60%;
    }

    .event__slider {
        margin-right: -20px;
    }

    .event__card-slide:last-child {
        margin-right: 20px;
    }

    .education__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .education__col:first-child {
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-top: 45px;
    }

    .education__col:last-child {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .main-education .slider-nav {
        /*width: 100%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }

    .training__cards {
        margin-right: -50px;
    }

    .training__card {
        width: 320px;
    }

    .training__card-slide:last-child {
        margin-right: 50px;
    }

    .education-media-slider {
        margin-right: 0;
    }

    .education-media-card__slide:last-child {
        margin-right: 50px;
    }

    .main-education .courses,
    .main-education .programmers,
    .main-education .training,
    .webinars {
        margin-top: 50px;
    }

    .main-education .section-head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-education .section-head .title {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: calc(100% - 150px);
    }

    .main-education .section-head .slider-nav {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 150px;
        margin: 0;
    }

    .main-training .slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
    }

    .main-training .training {
        margin-top: 0;
    }

    .education__slider {
        margin-right: -50px;
    }

    .education__slide:last-child {
        margin-right: 50px;
    }

    .social-front__wrapper {
        padding: 0;
        height: auto;
    }

    .social-front__bg-img {
        position: relative;
    }

    .social-number__rounds {
        margin-right: -50px;
    }

    .social-number__round:last-child {
        margin-right: 50px;
    }

    .social-front__title {
        color: #000000;
    }

    .social-front__dsc {
        color: #000000;
    }

    .social-number {
        margin-top: 50px;
    }

    .social-number__goals-blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

    .social-number__goals-block {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .goals__box-info-dsc {
        margin-top: 24px;
    }

    .goals__info-title,
    .volunteer__info-title,
    .forums__info-title,
    .premium__info-title,
    .federal-program__title,
    .social-centers__title,
    .volunteer__how-title {
        font-size: 36px;
        line-height: 40px;
    }

    .goals__info-title br,
    .volunteer__info-title br,
    .forums__info-title br,
    .premium__info-title br,
    .federal-program__title br,
    .social-centers__title br,
    .volunteer__how-title br {
        display: none;
    }

    .forums-planned__slider-title {
        max-width: 100%;
    }

    .forums-planned__slider-title br {
        display: none;
    }

    .volunteer__row,
    .goals__row,
    .goals__box-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .volunteer__info {
        width: 100%;
        margin-top: 30px;
    }

    .volunteer__img,
    .goals__info-img,
    .goals__box-img {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .goals__info-img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .goals__info,
    .goals__box-info {
        margin-top: 30px;
    }

    .goals__box-info-dsc-wrapper {
        max-width: 100%;
    }

    .volunteer__how-cards {
        margin-top: 0;
        padding-top: 60px;
        overflow-x: scroll;
        margin-right: -50px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .volunteer__how-cards::-webkit-scrollbar {
        display: none;
    }

    .volunteer__how-card {
        width: 270px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .volunteer__how-card:last-child {
        margin-right: 50px;
    }

    .forums-info__directions {
        gap: 20px;
    }

    .forums-info__directions::-webkit-scrollbar {
        display: none;
    }

    .forums-info__direction {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .forums-info__direction:last-child {
        margin-right: 50px;
    }

    .goals-project__slider {
        margin-right: -50px;
    }

    .goals__programs-cards {
        /*overflow-x: scroll;*/
        /*margin-right: -50px;*/
        /*-ms-flex-wrap: nowrap;*/
        /*flex-wrap: nowrap;*/
    }

    .goals__programs-cards::-webkit-scrollbar {
        display: none;
    }

    .goals__programs-card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }

    .goals__programs-card:last-child {
        margin-right: 50px;
    }

    .goals__accent-block {
        padding: 24px 60px;
    }

    .forums-categories__slider,
    .forums-planned__slider {
        margin-right: -50px;
    }

    .forums-planned__slide:last-child,
    .forums-categories__slide:last-child,
    .goals-project__slide:last-child {
        margin-right: 50px;
    }

    .forums__info {
        margin-right: 0;
        padding-right: 20px;
    }

    .forums__info,
    .forums__img {
        width: 100%;
        max-width: 100%;
    }

    .forums__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .forums__info {
        margin-top: 30px;
    }

    .forums-info__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

    .forums-info__item {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .forums-info__col:first-child {
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }

    .forums-info__col:last-child {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .forums-info__cards {
        overflow-x: scroll;
        flex-wrap: wrap;
    }

    .forums-info__cards::-webkit-scrollbar {
        display: none;
    }


    .forums-info__card {
        width: 100%;
    }

    .premium__img {
        width: 100%;
        padding: 0;
    }

    .premium__info {
        margin-top: 30px;
        width: 100%;
    }

    .premium__box-col {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .premium__box-row.row-reverse .premium__box-img {
        padding: 0;
    }

    .premium__box-img {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 300px;
    }

    .federal-program__col {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .federal-program__img {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .federal-program__list {
        margin: 0;
        margin-top: 50px;
    }

    .federal-program__list-item {
        margin: 0;
        margin-top: 30px;
        width: 100%;
    }

    .federal-program__list-item:first-child {
        margin-top: 0;
    }

    .federal-program__box-img {
        width: 100%;
    }

    .federal-program__box-col {
        padding: 0;
        width: 100%;
        margin-top: 30px;
    }

    .federal-program__tasks-slider {
        margin-right: -50px;
    }

    .goals-project-slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .social-centers__cards {
        margin-right: -50px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .social-centers__cards::-webkit-scrollbar {
        display: none;
    }

    .social-centers__card {
        width: 342px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .social-centers__card:last-child {
        margin-right: 50px;
    }

    .social-centers__img {
        width: 100%;
    }

    .social-centers__col {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }

    .federal-program__member-list {
        margin: 0;
        margin-top: 20px;
    }

    .federal-program__member-list-item {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .project-front__wrapper {
        padding: 0;
        height: auto;
    }

    .project-front__bg-img {
        position: relative;
    }

    .project-number__rounds {
        margin-right: -50px;
    }

    .project-number__round:last-child {
        margin-right: 50px;
    }

    .project-front__title {
        color: #000000;
    }

    .project-front__dsc {
        color: #000000;
    }

    .main-project .box {
        padding: 30px;
    }

    .box__col {
        width: 100%;
    }

    .box__col:first-child {
        margin-top: 30px;
    }

    .box__col:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .box__img {
        max-width: 100%;
        max-height: 300px;
    }

    .project__facets-slider {
        margin-right: -30px;
    }

    .project__facets .slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .project__facets-slide:last-child {
        margin-right: 30px;
    }

    .project-event__slider {
        margin-right: -30px;
    }

    .project-event__slide:last-child {
        margin-right: 30px;
    }

    .project-event__slider-wrapper {
        margin-top: 50px;
    }

    .row-box {
        padding: 10px;
    }

    .project-event__accent-block {
        padding: 20px 40px;
    }

    .project-event__list {
        margin: 0;
    }

    .project-event__list-item {

        margin: 0;
        width: 100%;
        margin-top: 30px;
    }

    .project-event__cards {
        margin: 0;
        margin-top: 30px;
    }

    .project-event__card {
        margin: 0;
        /*width: 90%;*/
        /*margin-top: 20px;*/
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 20px;
    }

    .project-event__card:first-child {
        margin-top: 0;
    }

    .project-event__card.w-50 {
        margin: 0;
        width: 100%;
        margin-top: 20px;
    }

    .project-event__card.w-50:first-child {
        margin-top: 0;
    }

    .project-event__card-dsc {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .project-event__cards.horizontal-scroll {
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: -10px;
        margin-right: -30px;
        padding-top: 20px;
        overflow-x: scroll;
    }

    .project-event__cards.horizontal-scroll::-webkit-scrollbar {
        display: none;
    }

    .project-event__cards.horizontal-scroll .project-event__card {
    . project-event__cards width: 270 px;
        margin: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .project-event__cards.horizontal-scroll .project-event__card:last-child {
        margin-right: 30px;
    }

    .project-event__list-item-icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }

    .federal-program__tasks-slide {
        width: 100%;
        margin-right: 20px;
    }

    .project__facets-slider-fix {
        padding-left: 0;
    }

    .front__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 820px) {
    .single_news_iframe{
        margin: 40px 0;
        height: 300px;
    }
    .front__slide{
        height: auto;
    }
    .main_slider_text_container{
        height: auto;
    }
    .front__dsc {
        color: #000000;
    }

    .front__title {
        font-size: 30px;
        margin-top: 25px;
        color: #000000;
    }

    .front__bg-img {
        position: relative;
    }

    .custom_dobro_wrapper {
        flex-flow: column;
        gap: 20px;
        background: url("/local/templates../img/1.png") no-repeat right bottom;
    }

    .custom_dobro_card {
        padding-bottom: 0;
        width: 100%;
    }

    .about__mission {
        margin-top: 30px;
        padding-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;

    }

    .about__mission-info {
        width: 100%;
    }

    .about__mission-img {
        margin: 0;
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .d-title-row {
        flex-flow: column;
        align-items: flex-start;
        /*gap: 30px;*/
    }

    .about-target-desc {
        max-width: 100%;
    }

    .about-target-content, .patr-target-content, .dobro-target-content {

        background: transparent;
    }

    .lift-target-row {

        background: #ffffff;
    }

    .project__facets-slider-fix .swiper-wrapper {
        /*gap: 20px;*/
    }

    /*.footer__make {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    bottom: -70px;*/
    /*    margin: 0;*/
    /*}*/
    .d-title-fix {
        display: block;
        margin-top: 40px;
    }

    .d_list .project-event__card {
        width: 100%;
        min-height: auto;
        display: flex;
        justify-content: center;
        padding: 20px;
        padding-left: 70px;

    }

    .single-event__map {
        /*margin-top: 10px;*/
        font-size: 14px;
        line-height: 21px;
    }

    .about__social-card {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .project-event__card-with-icon .project-event__card-dsc {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 10px;
    }

    .project-event__card-with-icon .project-event__card-title {
        font-size: 20px;
        line-height: 22px;
    }

    .tablet-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tablet-hide {
        display: none;
    }

    .section-head__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear span {
        line-height: 24px;
    }

    .subscription {
        margin-top: 60px;
    }

    .subscription__box {
        padding-right: 60px;
        padding-top: 37px;
        padding-left: 52px;
        padding-bottom: 55px;
    }

    .subscription__form-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -6px;
    }

    .subscription__form-fieldset {
        width: calc(50% - 12px);
        margin: 6px;
    }

    .subscription__form-fieldset:nth-child(1) {
        width: calc(100% - 12px);
    }

    .subscription__form-fieldset + .subscription__form-fieldset {
        margin-left: 6px;
    }

    .subscription__form-btn {
        margin: 6px;
        width: calc(50% - 12px);
    }

    .header__search.active {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 100;
        width: calc(100% - 40px);
    }

    .header__search.active .header__search-input {
        max-width: 100%;
        height: 60px;
    }

    .partners {
        margin-top: 70px;
    }

    .news__card {
        width: calc(50% - 20px);
    }

    .news__card-slide {
        width: 305px;
    }

    .team__cards {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .team__card {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .documents__filter {
        margin-top: 10px;
    }

    .documents__filter-form {
        margin: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .documents__filter-form > div {
        margin: 10px;
    }

    .documents__filter-form .documents__filter-tags {
        margin-right: -20px;
    }

    .documents__filter-form > div:last-child {
        margin-right: 10px;
    }

    .documents__filter-tags {
        width: 100%;
    }

    .documents__card {
        padding: 20px;
    }

    .documents__card-title {
        margin-top: 12px;
        font-size: 20px;
        line-height: 22px;
    }

    .brandbook__box {
        padding-left: 30px;
        padding-right: 45px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .brandbook__block-title {
        font-size: 30px;
        line-height: 33px;
    }

    .brandbook__block-card-img {
        max-width: 194px;
        max-height: 194px;
    }

    .brandbook__block-card-logo {
        width: 194px;
        height: 194px;
    }

    .brandbook__block-card-link {
        margin-top: 10px;
    }

    .brandbook__block {
        margin-top: 30px;
    }

    .brandbook__block-cards {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 10px;
        margin-right: -45px;
    }

    .brandbook__block-cards::-webkit-scrollbar {
        display: none;
    }

    .brandbook__block-card:last-child {
        margin-right: 45px;
    }

    .brandbook__block-colors {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 0;
        margin-right: -45px;
    }

    .brandbook__block-colors::-webkit-scrollbar {
        display: none;
    }

    .brandbook__block-color {
        height: 194px;
        width: 194px;
        padding-left: 16px;
    }

    .brandbook__block-font {
        height: 190px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .tab__btns {
        display: none;
    }

    .tab__container {
        margin-top: 30px;
    }

    .tab__accordeons.col-2 {
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
    }

    .tab__accordeon-content {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .single-news__box {
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 28px 34px;
    }

    .single-news__subtitle {
        font-size: 18px;
        line-height: 27px;
    }

    .single-news__slider-wrapper {
        margin-top: 30px;
    }

    .single-news__sidebar {
        display: none;
    }

    .single-news__container--center {
        margin-top: 40px;
    }

    .single-news__video-wrapper {
        height: 300px;
    }

    .single-news__prev {
        display: none;
    }

    .single-event__box {
        margin: 0 -20px;
        padding: 28px 34px;
        width: calc(100% + 40px);
    }

    .single-event__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
        max-width: 100%;
    }

    .single-event__prev {
        display: none;
    }

    .single-event__title {
        font-size: 46px;
        line-height: 51px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .single-event__subtitle {
        margin-top: 10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .single-event__row {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .single-event__btn {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 30px;
    }

    .single-event__banner-img {
        height: 294px;
    }

    .single-event__container--center {
        margin-top: 40px;
    }

    .single-event__container h2 + p {
        margin-top: 20px;
    }

    .main-single-event .event {
        margin-top: 60px;
    }

    .main-single-event .event .menu-tags {
        display: none;
    }

    .main-front .event {
        margin-top: 70px;
    }

    .section-head__search {
        margin-top: 20px;
        max-width: 390px;
    }

    .events__cards {
        margin-top: 20px;
    }

    .events__card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    .events__card + .events__card {
        margin-top: 20px;
    }

    .events__card-img {
        width: 100%;
        height: 300px;
        margin: 0;
    }

    .events__card-col {
        padding: 0;
        width: 100%;
        margin-top: 12px;
    }

    .events__card-title {
        margin-top: 12px;
        font-size: 24px;
        line-height: 26px;
    }

    .events__card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .events__card-footer {
        margin-top: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .experts-groups__card-img {
        max-height: 265px;
    }

    .experts-groups__card-dsc br {
        display: none;
    }

    .experts-groups__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 30px;
    }

    .experts-groups__card-box {
        width: calc(100% - 250px);
    }

    .experts-groups__card-title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 20px;
    }

    .main-educational-programs .section-head__row + .section-head__row {
        margin-top: 20px;
    }

    .education-media-card {
        width: calc(50% - 20px);
    }

    .educational-programs__select + .select2 {
        margin-top: 20px;
    }

    .single-news__date,
    .single-news__view {
        /*margin-top: 8px;*/
    }

    .main-education .slider-nav,
    .main-training .slider-nav {
        /*display: none;*/
        justify-content: flex-start;
    }

    .main-slider-bg-mobile {
        display: flex;
    }

    .main-slider-bg-desctop {
        display: none;
    }
}


@media screen and (max-width: 576px) {
    .main_slider_text_container{
        padding-top: 0;
    }
    .main_slider_text_container .front__dsc{
        margin-bottom: 15px;
    }
    .single_news_iframe{
        margin: 40px 0;
        height: 220px;
    }
    .single-news__slide img {
        min-height: 200px;
        height: 100px;
    }

    .single-news__slide {
        height: 200px;
    }
    .project-event__card-with-icon {
        max-width: 100%;
    }

    .project__facets-title {
        font: 500 30px/32px "GTEestiLCDisplay", sans-serif;
        margin-bottom: 20px;
    }

    .d_list {
        padding-left: 20px;
    }

    .single-news__slider-wrapper .slider-nav {
        top: 150px;
    }

    .er_404 {
        font: 700 70px/80px "GTEestiLCDisplay", sans-serif;
    }

    .er_404_text {
        font: 700 26px/40px "GTEestiLCDisplay", sans-serif;
    }

    .btn-row-404 {
        padding-top: 40px;
    }

    .front__btn {
        margin-top: 15px;
    }

    /*.swiper-pagination {*/
    /*    top: 98% !important;*/
    /*}*/

    .front__slider {
        padding-bottom: 20px;
    }

    .lift-target-content {
        padding-left: 20px;
    }

    .about-target-title {
        font: 700 24px/26px "GTEestiLCDisplay", sans-serif;
    }

    /*.exterts-planned__slide-title{*/
    /*    font: 400 20px/26px "GTEestiLCDisplay", sans-serif;*/
    /*}*/
    .about-target-desc {
        font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    }

    .exterts-planned__slider .swiper-wrapper {
        /*gap: 5px;*/
    }

    .about-target-row, .dobro-target-row {
        padding: 15px 15px 15px 20px;
    }

    .exterts-planned__slide {
        padding: 30px 20px;
        min-height: 330px;
    }

    .exterts-planned_row {
        flex-flow: column;
        gap: 30px;
    }

    .exterts-planned__slider-title {
        font: 500 30px/51px "GTEestiLCDisplay", sans-serif;
    }

    .hero-fix {
        margin-bottom: 25px;
    }


    .contacts__question-form-btn {
        padding: 15px 10px
    }

    .forums-info__block-subtitle {
        font: 500 24px/26px "GTEestiLCDisplay", sans-serif;
    }

    .forums-categories__slide {
        min-height: auto;
    }

    .d-video-fix {
        display: flex;
        justify-content: flex-start;
    }

    .footer .logo {
        right: auto;
    }

    .project__facets-slide {
        padding-left: 30px;
        padding-right: 30px;
    }

    .d_list .project-event__card {
        padding: 20px;
        padding-left: 50px;
    }

    .d_list .project-event__card img {
        left: -20px;
    }

    .d_list .project-event__card .project-event__card-title {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }

    .single-event__map {
        margin-top: 0px;
        margin-left: 15px;
        font-size: 14px;
        line-height: 21px;
    }

    .about__social-cards {
        flex-flow: column;
        gap: 20px;

    }

    .about__social-cards .application {
        max-width: 100%;
    }

    .select2-selection__rendered {
        max-width: 200px;
    }

    .team__main-card-img {
        height: 200px;
        position: absolute;
        left: 0;
        bottom: 0;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom;
    }

    .slider-nav__button {
        width: 40px;
        height: 40px;
    }

    .mobile-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-hide {
        display: none;
    }

    .box {
        padding: 30px;
    }

    .hashtags,
    .menu-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        margin-right: -20px;
        width: auto;
    }

    .hashtags::-webkit-scrollbar,
    .menu-tags::-webkit-scrollbar {
        display: none;
    }

    .hashtag:first-child,
    .menu-tags__link:first-child {
        margin-left: 0;
    }

    .hashtag:last-child,
    .menu-tags__link:last-child {
        margin-right: 20px;
    }

    .title {
        font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    }

    .sub-title {
        font-size: 16px;
        line-height: 24px;
    }

    .title__link:after {
        margin: 0;
        margin-left: 20px;
        width: 28px;
        height: 28px;
    }

    .section-head__row + .section-head__row {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .main-front .section-head__row + .section-head__row {
        margin-top: 8px;
    }

    .contacts-block__icon {
        width: 40px;
        height: 40px;
    }

    .fieldset.width-50 {
        width: 100%;
    }

    .privacy-policy {
        margin-top: 14px;
    }

    .pagination__nav {
        margin-top: 30px;
    }

    .link-download {
        word-break: break-all;
        font-size: 12px;
        line-height: 18px;
    }

    .pagination {
        margin-top: 30px;
    }

    .link-more {
        margin-top: 40px;
    }

    .attention {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 12px;
        line-height: 18px;
    }

    .attention br {
        display: none;
    }

    .socials__link {
        margin-top: 8px;
    }

    .input-search {
        height: 50px;
    }

    .slider-nav {
        height: 40px;
    }

    .default-list__item {
        margin-top: 10px;
    }

    .accordeon-btn {
        text-align: left;
    }

    .subscription {
        margin-top: 60px;
    }

    .subscription__box {
        padding: 30px;
    }

    .subscription__title {
        font-size: 30px;
        line-height: 33px;
    }

    .subscription__title br {
        display: none;
    }

    .subscription__form {
        margin-top: 30px;
    }

    .subscription__form-row {
        margin: 0;
    }

    .subscription__form-fieldset:nth-child(1) {
        width: 100%;
    }

    .subscription__form-fieldset {
        width: 100%;
        margin: 0;
        margin-top: 12px;
    }

    .subscription__form-fieldset:first-child {
        margin-top: 0;
    }

    .subscription__form-fieldset + .subscription__form-fieldset {
        margin: 0;
        margin-top: 12px;
    }

    .subscription__form-btn {
        margin: 0;
        width: 100%;
        margin-top: 12px;
    }

    .subscription .privacy-policy {
        margin-top: 15px;
    }

    .privacy-policy__dsc {
        font-size: 10px;
        line-height: 14px;
    }

    .privacy-policy__dsc br {
        display: none;
    }

    .header {
        height: 70px;
    }

    .header__logo {
        width: 157px;
        height: 27px;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 110px;
    }

    .footer__dsc {
        margin-top: 20px;
        font-size: 12px;
        line-height: 18px;
    }

    .footer__dsc + .footer__socials {
        margin-top: 30px;
    }

    .footer__col:last-child {
        margin-top: 30px;
    }

    .footer__sub-list {
        display: none;
    }

    .footer__nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
    }

    .footer__nav {
        width: 100%;
        margin-top: 20px;
    }

    .footer__list {
        width: 100%;
    }

    .footer__list > .footer__list-item {
        max-width: 100%;
    }

    .footer__list > .footer__list-item .footer__list-item-text {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__list > .footer__list-item .footer__list-item-text:after {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 16px;
        height: 16px;
        background-image: url(/local/templates/assets/img/icons/arrow-white.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .footer__list.active .footer__list-item-text:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .footer__nav-break + .footer__nav {
        margin-top: 20px;
    }

    .footer__row:after {
        position: relative;
        top: auto;
        margin-top: 30px;
    }

    .footer__make {
        left: 0;
        bottom: -80px;
        right: auto;
    }

    .footer__list-item {
        max-width: 100%;
    }

    .front__title {
        font-size: 28px;
        line-height: 30px;
    }

    .front__dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .front__bullets {
        margin-top: 20px;
        overflow: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .front__bullet {
        margin: 0;
        margin-top: 14px;
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
    }

    .front__bullet:first-child {
        margin-top: 0;
    }

    .front__bullet-img {
        /*width: 113px;*/
        /*height: 106px;*/
    }

    .front__bullet-title {
        font-size: 16px;
        line-height: 20px;
    }

    .front__bullet-dsc {
        font-size: 12px;
        line-height: 15.6px;
    }

    .front__bullet-link {
        /*width: 182px;*/
    }

    .front__search {
        margin-top: 60px;
    }

    .about {
        margin-top: 60px;
    }

    .about__dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .partners {
        margin-top: 60px;
    }

    .main-partners .partners__cards {
        margin: 0;
        margin-top: 20px;
    }

    .main-partners .partners__card {
        margin: 0;
        width: 100%;
        margin-top: 20px;
    }

    .main-partners .partners__card:first-child {
        margin-top: 0;
    }

    .news {
        margin-top: 60px;
    }

    .news__card-slide {
        width: 260px;
    }

    .news__card-name {
        font-size: 22px;
        line-height: 24px;
    }

    .news__card-row {
        margin-top: 40px;
    }

    .main-news .news__cards {
        margin: 0;
        margin-top: 20px;
    }

    .main-news .news__card {
        width: 100%;
        margin: 0;
        margin-top: 25px;
    }

    .main-news .news__card:first-child {
        margin-top: 0;
    }

    .contacts-block__name {
        font-size: 12px;
        line-height: 18px;
    }

    /*.contacts__inner-container{*/
    /*    font: 400 10px/24px "GTEestiLCDisplay", sans-serif;*/
    /*}*/
    .contacts-block__value {
        font-size: 12px;
        line-height: 24px;
    }

    .contacts__socials .socials__title {
        font-size: 12px;
        line-height: 18px;
    }

    .contacts__map-info {
        min-width: auto;
        padding: 12px;
    }

    .contacts__question-title {
        font-size: 30px;
        line-height: 33px;
    }

    .contacts__question-dsc {
        margin-top: 8px;
        font-size: 14px;
        line-height: 21px;
    }

    .contacts__question-label {
        margin-top: 20px;
    }

    .contacts__question-form-row {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .team__main-card {
        width: 260px;
        padding: 30px 20px;
        padding-bottom: 220px;
    }

    .team__main-card-name {
        font-size: 24px;
        line-height: 26px;
    }

    .team__main-cards {
        margin-top: 10px;
    }

    .team__groups {
        margin-top: 60px;
    }

    .team__group + .team__group {
        margin-top: 60px;
    }

    .team__group-title {
        font-size: 24px;
        line-height: 26px;
    }

    .team__group-title br {
        display: none;
    }

    .team__cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: unset;
    }

    .team__card {
        width: 100%;
        margin: 0;
        margin-top: 14px;
    }

    .team__card:first-child {
        margin-top: 0;
    }

    .team__card-img {
        max-width: 105px;
        max-height: 137px;
    }

    .team__card-name {
        font-size: 20px;
        line-height: 22px;
    }

    .team__card-position {
        font-size: 12px;
        line-height: 16px;
    }

    .video-wrapper {
        height: 223px;
    }

    .video-play {
        width: 118px;
        height: 118px;
    }

    .about__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about__list-item + .about__list-item {
        margin-top: 30px;
    }

    .main-about .video-wrapper {
        height: 170px;
    }

    .about__mission-title {
        font-size: 16px;
        line-height: 22px;
    }

    .about__mission-tag {
        font-size: 26px;
    }

    .about__mission-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .about__directions-title {
        font-size: 30px;
        line-height: 33px;
    }

    .about__directions-cards {
        overflow-x: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        margin-top: 30px;
    }

    .about__directions-card {
        margin: 0;
        width: 100%;
        margin-top: 30px;
    }

    .about__directions-card:first-child {
        margin-top: 0;
    }

    .about__directions-card-title {
        font-size: 24px;
        line-height: 26px;
    }

    .about__directions-card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .media__cards {
        margin: 0;
        margin-top: 20px;
    }

    .media__card {
        width: 100%;
        margin: 0;
        margin-top: 25px;
        min-height: auto;
    }

    .media__card:first-child {
        margin-top: 0;
    }

    .media__card-name {
        font-size: 22px;
        line-height: 24px;
    }

    .media__card-footer {
        margin-top: 30px;
    }

    .media__pagination {
        margin-top: 60px;
    }

    .main-brandbook .brandbook__box {
        margin-top: 30px;
    }

    .brandbook__box {
        padding-left: 30px;
        padding-top: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }

    .brandbook__block-title {
        font-size: 20px;
        line-height: 24px;
    }

    .brandbook__block-link.link-download {
        font-size: 14px;
        line-height: 21px;
    }

    .brandbook__block-cards {
        margin-right: -25px;
    }

    .brandbook__block-colors {
        margin-right: -25px;
    }

    .brandbook__card {
        width: 260px;
        padding: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .brandbook__card:last-child {
        margin-right: 25px;
    }

    .brandbook__block-card:last-child {
        margin-right: 25px;
    }

    .brandbook__block-color:last-child {
        margin-right: 25px;
    }

    .brandbook__card-title {
        font-size: 20px;
        line-height: 26px;
        word-break: break-word;
    }

    .brandbook__dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .brandbook__block-font {
        height: auto;
    }

    .main-smi__media {
        margin-top: 60px;
    }

    .main-smi .contacts-press-service {
        margin-top: 60px;
    }

    .tab__accordeon-btn {
        padding: 10px 10px;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }

    .tab__accordeon-btn:after {
        width: 28px;
        height: 28px;
    }

    .tab__accordeon-content {
        padding: 0 15px;
        padding-bottom: 15px;
    }

    .tab__accordeon-content-info {
        margin-top: 0;

    }

    .tab__accordeon-content-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .tab__accordeon-name {
        font-size: 14px;
        line-height: 21px;
    }

    .tab__accordeon-social {
        font-size: 14px;
        line-height: 21px;

    }

    .tab__accordeon-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .single-news__box {
        padding: 24px 20px;
    }

    .single-news__title {
        margin-top: 21px;
        font-size: 30px;
        line-height: 33px;
    }

    .single-news__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-news__tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 20px;
    }

    .single-news__tag {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .single-news__date,
    .single-news__view {
        margin-top: 0px;
    }

    .single-news__thumbnails {
        margin: 0 -3px;
        margin-top: 8px;
    }

    .single-news__thumb {
        width: calc(20% - 6px);
        margin: 0 3px;
        height: 45px;
    }

    .single-news__content p {
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__content p + p {
        margin-top: 16px;
    }

    .single-news__content ol {
        padding-left: 20px;
        margin-top: 20px;
    }

    .single-news__content ol li {
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__content blockquote {
        padding: 20px;
        padding-left: 40px;
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .single-news__content h2 {
        margin-top: 20px;
        font-size: 30px;
        line-height: 33px;
    }

    .single-news__content .list-dialog {
        padding-left: 20px;
        margin-top: 20px;
    }

    .single-news__content .list-dialog li {
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__content .blockquote-with-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .single-news__content .blockquote-with-icon .blockquote__img-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .single-news__content .blockquote-with-icon .blockquote__name {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 50%;
    }

    .single-news__content .blockquote-with-icon .blockquote__dsc {
        font-size: 20px;
        line-height: 30px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 20px;
    }

    .single-news__content ul {
        padding-left: 20px;
        margin-top: 20px;
    }

    .single-news__content ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__content .blockquote-link:before {
        width: 40px;
        height: 40px;
    }

    .single-news__video-wrapper {
        margin-top: 20px;
        height: 223px;
    }

    .single-news__footer {
        margin-top: 30px;
    }

    .single-news__footer-socials {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .single-news__footer-social {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .single-news__footer-prev {
        margin-top: 30px;
    }

    .single-event__box {
        padding: 20px;
    }

    .single-event__container {
        margin-top: 12px;
    }

    .single-event__title {
        font-size: 30px;
        line-height: 33px;
    }

    .single-event__title br {
        display: none;
    }

    .single-event__container p {
        font-size: 16px;
        line-height: 24px;
    }

    .single-event__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-event__date {
        margin-right: 0;
        font-size: 14px;
        line-height: 21px;
    }

    .single-event__date:before {
        width: 40px;
        height: 40px;
    }


    .single-event__map:before {
        width: 40px;
        height: 40px;
    }

    .single-event__btn {
        margin-top: 20px;
    }

    .single-event__banner {
        margin-top: 20px;
    }

    .single-event__banner-img {
        height: 140px;
    }

    .single-event__container--center {
        margin-top: 20px;
    }

    .single-event__container h2 {
        font-size: 30px;
        line-height: 33px;
    }

    .single-event__container h2 + p {
        margin-top: 10px;
    }

    .single-event__container p + h2 {
        margin-top: 30px;
    }

    .single-event__container .blockquote {
        margin-top: 20px;
        padding: 20px 30px;
    }

    .single-event__container .blockquote__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .single-event__container .blockquote + h2 {
        margin-top: 20px;
    }

    .single-event .gallery-wrapper {
        margin-top: 10px;
        width: 100%;
        overflow-x: scroll;
        margin-right: -20px;
    }

    .single-event .gallery-wrapper::-webkit-scrollbar {
        display: none;
    }

    .single-event .gallery {
        margin-top: 0;
    }

    .single-event__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .single-event__footer-socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .single-event__footer-social {
        width: 40px;
        height: 40px;
    }

    .main-single-event .event {
        margin-top: 50px;
    }

    .main-single-event .event .section-head__row:last-child {
        display: none;
    }

    .main-single-event .event .subscription {
        margin-top: 30px;
    }

    .main-front .event {
        margin-top: 60px;
    }

    .event__card-slide.swiper-slide {
        width: 260px;
    }

    .event__card-slide-name {
        font-size: 22px;
        line-height: 24px;
    }

    .section-head__search {
        max-width: 100%;
    }

    .events__card-img {
        height: 208px;
    }

    .events__card-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .events__card-date {
        width: 100%;
        margin-right: 0;
    }

    .events__card-address {
        width: 100%;
        margin-top: 10px;
    }

    .event__slider {
        margin-top: 20px;
    }

    .event__socials {
        display: none;
    }

    .main-experts .box {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .experts__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .experts-groups__card {
        padding: 20px;
    }

    .experts-groups__card-img {
        max-width: 205px;
        width: 100%;
        margin: 0;
    }

    .experts-groups__card-title {
        font-size: 20px;
        line-height: 24px;
    }

    .experts-groups__card-title br {
        display: none;
    }

    .experts-groups__card-box {
        width: 100%;
    }

    .main-education .box,
    .main-training .box {
        padding: 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .main-education .slider-nav,
    .main-training .slider-nav {
        /*display: none;*/
        justify-content: flex-start;
    }

    .education__col:first-child {
        margin-top: 20px;
    }

    .education__title {
        font-size: 30px;
        line-height: 33px;
    }

    .education__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .education__slider-title {
        font-size: 30px;
        line-height: 33px;
    }

    .education__slider-title br {
        display: none;
    }

    .education__slide:last-child {
        margin-right: 20px;
    }

    .education__slider {
        margin-right: -20px;
    }

    .education__slide,
    .training__card-slide {
        width: 230px;
    }

    .education__slide-title,
    .training__card-title {
        font-size: 22px;
        line-height: 26px;
        word-break: break-all;
    }

    .education__slide-title br,
    .training__card-title br {
        display: none;
    }

    .training__card-dsc,
    .education__slide-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .training__cards {
        margin-right: -20px;
    }

    .training__card-slide:last-child {
        margin-right: 20px;
    }

    .training__progress {
        margin-top: 50px;
    }

    .training__progress-cards {
        margin: 0;
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .training__progress-card {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .training__progress-card:first-child {
        margin-top: 0;
    }

    .main-education .section-head .title {
        width: 100%;
    }

    .main-educational-programs .educational-programs__select + .select2 {
        max-width: 100%;
        width: 100%;
    }

    .education-media-card {
        width: 100%;
        margin: 0;
        margin-top: 25px;
    }

    .education-media-card:first-child {
        margin-top: 0;
    }

    .education-media-card__title {
        font-size: 24px;
        line-height: 26px;
    }

    .social-front__title {
        margin-top: 30px;
        font-size: 30px;
        line-height: 40px;
    }

    .social-front__dsc {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .social-front__link {
        margin-top: 30px;
    }

    .main-social .box {
        padding: 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .social-number__rounds {
        width: 100%;
        margin-right: -20px;
    }

    .social-number__round:last-child {
        margin-right: 20px;
    }

    .social-number__title {
        font-size: 30px;
        line-height: 33px;
    }

    .social-number__dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .social-number__attention {
        margin-top: 30px;
    }

    .social-number__goals-title {
        font-size: 30px;
        line-height: 33px;
    }

    .social-number__goals-block {
        padding: 20px;
    }

    .social-number__goals-block-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .social-number__goals-block-title {
        font-size: 24px;
        line-height: 26px;
        width: 100%;
        margin-top: 20px;
    }

    .social-number__goals-block-icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .social-number__goals-block-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .social-number__goals-block-dsc br {
        display: none;
    }

    .goals__info-title,
    .volunteer__info-title,
    .forums__info-title,
    .premium__info-title,
    .federal-program__title,
    .social-centers__title,
    .volunteer__how-title,
    .goals-project__title {
        font-size: 30px;
        line-height: 33px;
    }

    .volunteer__info-dsc,
    .goals__info-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .volunteer__how-cards {
        margin-right: -20px;
        padding-top: 50px;
    }

    .volunteer__how-card {
        width: 230px;
    }

    .volunteer__how-card:last-child {
        margin-right: 20px;
    }

    .goals-project__slider {
        margin-top: 20px;
        margin-right: -20px;
    }

    .goals-project__slide-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .goals-project__slide-icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .goals-project__slide-title {
        margin-top: 20px;
        font-size: 24px;
        line-height: 26px;
        max-width: 100%;
    }

    .goals-project__slide-dsc {
        margin-top: 16px;
        line-height: 24px;
        margin-top: 8px;
    }

    .goals-project__slide {
        width: 335px;
        padding: 20px;
    }

    .goals-project__slide:last-child {
        margin-right: 20px;
    }

    .goals__accent-block {
        margin-top: 40px;
        padding: 24px;
        font-size: 20px;
        line-height: 22px;
    }

    .goals__box {
        margin-top: 40px;
    }

    .goals__box-info-title {
        font-size: 26px;
        line-height: 29px;
    }

    .goals__box-info-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .goals__programs {
        margin-top: 40px;
    }

    .goals__programs-title {
        font-size: 30px;
        line-height: 33px;
    }

    .goals__programs-cards {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .goals__programs-card {
        width: 100%;
        padding: 20px;
        margin: 0;
        margin-top: 20px;
    }

    .goals__programs-card:last-child {
        margin-right: 20px;
    }

    .goals__programs-card-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .goals__programs-card-title {
        margin-top: 18px;
        width: 100%;
        font-size: 24px;
        line-height: 26px;
    }

    .goals__programs-card-icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .goals__programs-card-dsc {
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .forums {
        margin-top: 40px;
    }

    .forums__info-dsc {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .forums-categories__title {
        font-size: 30px;
        line-height: 33px;
    }

    .forums-categories__slider,
    .forums-planned__slider {
        margin-right: -20px;
        padding-top: 30px;
    }

    .forums-categories__slide {
        padding: 20px;
    }

    .forums-planned__slide:last-child,
    .forums-categories__slide:last-child,
    .goals-project__slide:last-child {
        margin-right: 20px;
    }

    .forums-categories__slide-title {
        margin-top: 20px;
        line-height: 26px;
    }

    .forums-categories__slide-icon {
        position: relative;
        top: auto;
        width: 40px;
        height: 40px;
    }

    .forums-planned {
        margin-top: 40px;
    }

    .forums-planned__slider-title {
        font-size: 30px;
        line-height: 33px;
        padding-bottom: 10px;
    }

    .forums-planned__slide {
        width: 270px;
    }

    .forums-planned__slide-title {
        font-size: 24px;
        line-height: 26px;
    }

    .forums-planned__slide-list-item {
        font-size: 14px;
        line-height: 21px;
    }

    .forums-info {
        padding: 20px;
    }

    .forums-info__block-title {
        font-size: 26px;
        line-height: 33px;
    }

    .forums-info__block-title br {
        display: none;
    }

    .forums-info__item {
        margin-top: 20px;
    }

    .forums-info__item-icon {
        width: 40px;
        height: 40px;
    }

    .forums-info__item-name {
        font-size: 14px;
        line-height: 21px;
    }

    .forums-info__block-dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .forums-info__directions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        margin-top: 20px;
    }

    .forums-info__direction {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .forums-info__cards {
        margin-right: -20px;
    }

    .forums-info__card {
        width: calc(100% - 30px);
    }

    .forums-info__card:last-child {
        margin-right: 20px;
    }

    .forums-info__card-icon {
        width: 40px;
        height: 40px;
    }

    .forums-info__card-title {
        font-size: 24px;
        line-height: 26px;
    }

    .forums-info__card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .premium__info-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .premium__info-link {
        margin-top: 10px;
    }

    .premium__block-title {
        font-size: 30px;
        line-height: 33px;
    }

    .premium__block-quotes {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 20px;
    }

    .premium__block-quotes:before {
        width: 40px;
        height: 40px;
    }

    .premium__box {
        padding: 20px;
    }

    .premium__box-img {
        height: auto;
    }

    .premium__box-title {
        font-size: 26px;
        line-height: 29px;
    }

    .premium__box-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .federal-program__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .federal-program__accent-text {
        font-size: 20px;
        line-height: 22px;
    }

    .federal-program__accent-text br {
        display: none;
    }

    .federal-program__list-item-icon {
        width: 40px;
        height: 40px;
    }

    .federal-program__list-item-text {
        font-size: 16px;
        line-height: 21px;
    }

    .exterts-planned__slide-desc {
        font-size: 16px;
    }

    .federal-program__box {
        padding: 20px;
    }

    .federal-program__box-title {
        font-size: 26px;
        line-height: 28px;
    }

    .federal-program__box-date {
        font-size: 14px;
        line-height: 21px;
    }

    .federal-program__box-dsc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .goals-project-slider-nav {
        display: none;
    }

    .federal-program__tasks-slider {
        margin-right: -20px;
    }

    .federal-program__tasks-slide:last-child {
        margin-right: 20px;
    }

    .federal-program__member-title {
        font-size: 30px;
        line-height: 33px;
    }

    .federal-program__member-list-item-icon {
        width: 40px;
        height: 40px;
    }

    .federal-program__member-list-item-text {
        font-size: 14px;
        line-height: 21px;
    }

    .social-centers__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .social-centers__cards {
        margin-right: -20px;
    }

    .social-centers__card:last-child {
        margin-right: 20px;
    }

    .social-centers__card-icon {
        width: 40px;
        height: 40px;
    }

    .social-centers__card-title {
        font-size: 24px;
        line-height: 26px;
    }

    .social-centers__card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .main-interdepartmental .box {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .social-centers__card {
        width: 230px;
        word-break: break-all;
    }

    .federal-program__tasks-slide {
        width: 320px;
    }

    .project-front__title {
        margin-top: 30px;
        font-size: 34px;
        line-height: 40px;
    }

    .project-front__dsc {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .project-front__link {
        margin-top: 30px;
    }

    .main-project .box {
        padding: 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .box__main-title {
        font-size: 30px;
        line-height: 33px;
    }

    .box__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .project__facets .slider-nav {
        display: flex;
    }

    .box__second-title {
        font-size: 26px;
        line-height: 33px;
    }

    .box__second-title br {
        display: none;
    }

    .project__facets-slider {
        margin-right: -20px;
    }

    .project__facets-slide:last-child {
        margin-right: 20px;
    }

    .box__tag {
        margin-bottom: 10px;
    }

    .box__date {
        margin-top: 10px;
        font-size: 14px;
        line-height: 21px;
    }

    .box__date:before {
        width: 36px;
        height: 36px;
        margin-right: 14px;
    }

    .project-event__slider {
        margin-right: -20px;
    }

    .project-event__slide {
        width: 230px;
    }

    .project-event__slide:last-child {
        margin-right: 20px;
    }

    .project-event__slide-icon {
        width: 40px;
        height: 40px;
    }

    .project-event__slide-title {
        font-size: 22px;
        line-height: 26px;
    }

    .project-event__quotes-icon {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: 74px;
        height: 74px;
        margin-right: 20px;
    }

    .project-event__quotes-name {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: calc(100% - 94px);
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .project-event__quotes-text {
        margin-top: 20px;
        width: 100%;
        /*overflow: hidden;*/
        /*-o-text-overflow: ellipsis;*/
        /*text-overflow: ellipsis;*/
        /*display: -moz-box;*/
        /*display: -webkit-box;*/
        /*-webkit-line-clamp: 3;*/
        /*-webkit-box-orient: vertical;*/
        /*line-clamp: 3;*/
        /*box-orient: vertical;*/
    }

    .project-event__slider-wrapper .box__second-title {
        max-width: 100%;
    }

    .project-event__quotes-link {
        margin-top: 40px;
        padding: 12px 30px;
    }

    .project-event__quotes-link:before {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

    .project-event__accent-block {
        padding: 24px;
        font-size: 20px;
        line-height: 22px;
    }

    .project-event__card.w-50 {
        padding: 20px;
    }

    .project-event__card-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .project-event__card-icon {
        width: 40px;
        height: 40px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .project-event__card-with-icon .project-event__card-icon {
        top: -20px;
    }

    .project-event__card-title {
        font-size: 24px;
        line-height: 26px;
        margin-top: 20px;
        width: 100%;
    }

    .project-event__card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .project-event__cards.horizontal-scroll {

        margin-right: -20px;
    }

    .project-event__cards.horizontal-scroll .project-event__card {
        /*width: 230px;*/
        padding: 20px;
    }

    .project-event__cards.horizontal-scroll .project-event__card:last-child {
        margin-right: 20px;
    }

    .project-event__card-with-icon .project-event__card-title {
        font-size: 20px;
        line-height: 26px;
    }

    .project-event__card-with-icon .project-event__card-dsc {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 10px;
    }

    .project-event__grant-box {
        padding: 20px;
    }

    .project-event__list-item-text {
        font-size: 14px;
        line-height: 21px;
    }

    .main-volunteer .box {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
}


.main.main-education {
    padding-top: 0px;
}


.box_padding_right {
    padding-right: 40px;
}


.main-hero-img {
    height: 482px;
    width: 305px;

}

.project-front__bg-img-education {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-bottom: 20px;
}

.link-social-pdf {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8D64D8;
    border-radius: 10px;
    padding: 0 30px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    height: 40px;
    margin-top: 25px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.social-test {
    padding-top: 80px;
}

.about__social {
    padding-top: 20px;

}

.about__social-cards {

    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px;
    margin-top: 30px;

}

.about__social-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
    max-width: 50%;

    background: #F7F6FB;
    border-radius: 16px;
    padding: 28px 20px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.about__social-card-title {
    font-size: 24px;
    line-height: 26px;

    margin-top: 8px;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.education_block {
    padding-top: 50px;
}

.dialog__col {

}

.link_application {
    position: absolute;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FF2838;
    border-radius: 10px;
    padding: 0 30px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    height: 40px;
    margin-top: 10px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    bottom: 0;
}

.project-event__card__videos .video-wrapper {
    width: 100%;
}

.project-event__card__videos .video-play {
    width: 70px;
    height: 70px;
}

.project-event__card__videos .video-play:before {
    width: 38px;
    height: 38px;
    background-size: 18px;
}

.project-event__card__videos .project-event__card-with-icon {
    padding-top: 30px;
}

.project-event__card__videos iframe {
    border-radius: 17px;
}

.project-event__grant-hashtag.active {

}

.breadcrumbs-white .breadcrumbs__list-item {
    color: #fff;
}

/*
.project-event__card__videos video{
  height: 38px;
}
*/


.project-front__title__education {
    margin-top: 60px;
    font: 500 60px/60px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.project-front__dsc__education {
    max-width: 525px;
    margin-top: 10px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #000000;

}

.social-front__title__dobro {
    margin-top: 50px;
    font: 500 55px/55px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.social-front__title__dobro.front-title {
    margin-top: 30px;
}

.social-front__dsc__dobro {
    max-width: 525px;
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.front .front__slide {
    /*padding-top: 90px;*/
}

.section__dialog-hero .social-front__title__dobro {
    color: #fff;
    max-width: 525px;
}

.section__dialog-hero .social-front__dsc__dobro {
    color: #fff;
}

.forums-info__blokc-img {
    border-radius: 15px;
}

.front .front__slide {
    /*padding-top: 90px;*/
}

.section__dialog-hero .social-front__title__dobro {
    color: #fff;
    max-width: 585px;
}

.application {
    max-width: 40%;
    position: relative;
    padding-bottom: 40px;
}

.about__directions-card-dsc-apl {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}

.dialog__video-wrapper {
    height: 330px;
}


.event .section-head {
    display: flex;
    flex-wrap: nowrap;
}

.page-news {
    padding-top: 20px;
    text-align: center;
}

.page-events {
    padding-top: 20px;
    text-align: center;
}


.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #ff2838;
}

.bx-pagination {
  margin: 40px 0 0;
}

.bx-pagination .bx-pagination-container ul li a {
  color: #f4f4f4;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  border-color: #ff2838;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #ff2838;
  color: white;
}


@media screen and (max-width: 576px) {
    .forums-categories__slide {
        width: calc(100% - 20px);
    }

    .event .section-head {
        flex-wrap: wrap;
    }

    .main-education .section-head .slider-nav {
        width: auto;
    }

    .news-slider-nav {
        margin-top: 20px !important;
    }

    .project-event__grant-title {
        font-size: 22px;
    }

    .partners-slider-nav {
        justify-content: flex-end !important;
    }
}

@media screen and (max-width: 376px) {
    .single-news__head {
        gap: 5px;
    }

    .about__social-card-title {
        font-size: 24px;
    }

    .subscription__title {
        font-size: 24px;
    }

    .select2-selection__rendered {
        max-width: 150px;
    }

    .education__slider-title {
        font-size: 26px;
    }

    .title {
        font-size: 26px;
    }

    .front__bullet-link {
        width: 140px;
    }

    .w-fix {
        width: 100% !important;
    }
}

@media screen and (max-width: 321px) {
    .partners-slider-nav {
        margin-top: 40px !important;
        justify-content: flex-start !important;
    }
}

/* End */


/* Start:/local/templates/rospatriot new/css/custom.css?175273983445795*/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_banner .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  top: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.main_banner .swiper-pagination span {
  margin: 0 !important;
}

section {
  margin: 60px 0;
}

h1, .h1 {
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 42px;
}

h2, .h2 {
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 992px) {
  .main {
    padding-bottom: 40px;
  }
}

/*main_video*/
.main_video_row {
  border-radius: 20px;
  padding: 40px 60px;
  color: #fff;
  min-height: 572px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main_video_row {
    min-height: 308px;
    padding: 30px 20px;
  }
}
.main_video_row::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.main_video_row .h2, .main_video_row .main_video_desc, .main_video_row .social {
  color: #fff;
  position: relative;
  z-index: 1;
}
.main_video_row .main_video_desc {
  line-height: 1.4;
  max-width: 500px;
  font-size: clamp(16px, 2vw, 18px);
}
.main_video_row .main_video_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*main_projects*/
.main_projects_row {
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .main_projects_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .main_projects_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.main_projects_row .item_project {
  border-radius: 22px;
  overflow: hidden;
  min-height: 413px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .main_projects_row .item_project {
    min-height: 280px;
  }
}
.main_projects_row .item_project::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.main_projects_row .item_project:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_projects_row .item_project img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
}
.main_projects_row .item_project .title {
  position: absolute;
  line-height: 1.2;
  padding: 0 26px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 500;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main_projects_row .item_project .title {
    padding: 0 20px;
  }
}
.main_projects_row + .btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*main_news*/
.main_news_row {
  margin: 30px 0;
}
.main_news_row .item_new {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 410px;
  padding: 27px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .main_news_row .item_new {
    width: 260px;
    min-height: 260px;
  }
}
.main_news_row .item_new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.main_news_row .item_new .new_desc_row {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-rows: auto 16px 1fr 16px auto;
  grid-template-rows: auto 1fr auto;
}
.main_news_row .item_new:hover .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_news_row .item_new .img {
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.main_news_row .item_new .tag_new {
  background: #E3E3E3;
  border-color: 40px;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 14px 10px 38px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 40px;
  position: relative;
}
.main_news_row .item_new .tag_new::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-23px, -50%);
          transform: translate(-23px, -50%);
  background: url(/assets/img/icons/tag_new.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.main_news_row .item_new .title_new {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.2;
  height: 125px;
  margin: 0 0 20px;
}
.main_news_row .item_new .new_date_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_news_row .item_new .new_date_row .new_dat {
  color: #D3D3D3;
  font-weight: 300;
}
.main_news_row .item_new .new_date_row .new_sub_title {
  color: #D3D3D3;
  font-weight: 300;
}

.navigation_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation_row .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.navigation_row .swiper-navigation .swiper-button-disabled {
  opacity: 0.3;
}
.navigation_row .slipe-slider-prev, .navigation_row .slipe-slider-next {
  line-height: 0;
}

/*subscribe*/
.subscribe {
  margin: 60px 0 20px;
}

.subscribe_row {
  background: #FFFFFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 73px 0;
}
@media screen and (max-width: 768px) {
  .subscribe_row {
    padding: 20px;
  }
}
.subscribe_row .subscribe_title {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 500;
  margin: 0 auto 19px;
  width: 606px;
}
@media screen and (max-width: 768px) {
  .subscribe_row .subscribe_title {
    width: 100%;
    text-align: center;
  }
}
.subscribe_row .subscription {
  margin: 0 auto;
  width: 606px;
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: 1fr 12px auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .subscribe_row .subscription {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.subscribe_row .check_row {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-weight: 300;
  color: #656565;
}
@media screen and (max-width: 768px) {
  .subscribe_row .check_row {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.2;
  }
}
.subscribe_row .check_row a {
  text-decoration: underline;
  font-weight: 300;
  color: #656565;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.2;
}
.subscribe_row .check_row a:hover {
  text-decoration: none;
}
.subscribe_row .input.email {
  background-image: url(/assets/img/icons/icons/input-email.svg);
}

/*news_page*/
.news_tags_row {
  margin: 0 0 14px;
}
.news_tags_row .news_tags_title {
  margin-right: 4px;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .news_tags_row .news_tags_title {
    width: 100%;
    display: block;
    margin: 0 0 8px;
  }
}
.news_tags_row .link_tag {
  background: #fff;
  padding: 11px 15px;
  border-radius: 10px;
  color: #656565;
  font-size: 14px;
  font-weight: 300;
  margin: 0 2px 8px;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news_tags_row .link_tag.active {
  background: #FF2838;
  color: #fff;
}
.news_tags_row .link_tag:hover {
  border: 1px solid #656565;
}

.news_dates .input {
  background: #fff;
  max-width: 150px;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .news_dates .input {
    max-width: 120px;
  }
}
.news_dates .news_date_title {
  margin-right: -12px;
}
@media screen and (max-width: 640px) {
  .news_dates .news_date_title {
    width: 100%;
    margin-right: 0;
  }
}
.news_dates .news_dates_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .news_dates .news_dates_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news_dates .date_row {
  position: relative;
}

.calendar-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
  background: url(/assets/img/icons/calendar.svg) no-repeat center;
  width: 18px;
  height: 18px;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
}

.news {
  margin-bottom: 0;
}

.news_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .news_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .news_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.news_row .item_new {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 20px;
}
.news_row .item_new:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.news_row .item_new .item_new_img {
  border-radius: 16px;
  overflow: hidden;
  max-height: 200px;
}
.news_row .item_new .item_new_img img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.news_row .item_new_title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  margin: 16px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .news_row .item_new_title {
    line-height: 1.2;
  }
}
.news_row .item_new_prev {
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*new_details*/
.new_details_row {
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .new_details_row {
    padding: 14px;
  }
}
.new_details_row p {
  margin: 0 0 24px;
}
.new_details_row .sub_title {
  margin: -30px 0 0;
}
.new_details_row .gallery_page {
  margin: 33px 0 40px;
}
.new_details_row .center {
  margin: 0 auto;
  display: table;
}
.new_details_row .new_details_head {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.new_details_row .new_details_label {
  background: #FF2838;
  border-radius: 30px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.new_details_row .new_details_date {
  margin-right: auto;
  color: #656565;
  font-size: 14px;
  position: relative;
  padding-left: 26px;
}
.new_details_row .new_details_date::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  left: 0;
  background: url(/assets/img/icons/date.svg) no-repeat center;
  width: 18px;
  height: 18px;
}
.new_details_row .new_details_prev {
  background: #F2F3F5;
  padding: 8px 28px 8px 57px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .new_details_row .new_details_prev {
    display: none;
  }
}
.new_details_row .new_details_prev::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  left: 0;
  background: url(/assets/img/icons/btn_prev.svg) no-repeat center;
  width: 20px;
  height: 20px;
}
.new_details_row .new_details_prev:hover {
  background: #FF2838;
  color: #fff;
}
.new_details_row .new_details_prev:hover::before {
  background: url(/assets/img/icons/btn_prev_hover.svg) no-repeat center;
}

/*about*/
.about_page_row .about_page_up {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 60px;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .about_page_row .about_page_up {
    padding: 0 20px;
  }
}
.about_page_row .about_page_up::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.about_page_row .about_page_up img {
  position: absolute;
  inset: 0;
}
.about_page_row .about_page_desc {
  max-width: 580px;
  font-size: 18px;
  position: relative;
  color: #fff;
  z-index: 2;
}
.about_page_row .about_page_title {
  position: relative;
  color: #fff;
  z-index: 2;
}
.about_page_row .about_page_item_count {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.about_page_row .about_page_count {
  margin: 40px 0 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .about_page_row .about_page_count {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }
}
.about_page_row .about_page_item img {
  border-radius: 12px;
}
.about_page_row .items_count {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  padding: 15px 10px;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_page_row .item_count {
  font-size: clamp(36px, 3vw, 40px);
  font-weight: 500;
}
.about_page_row .item_count_img {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.about_page_row .item_count_img img {
  width: 52px;
  height: 52px;
}
.about_page_row .item_count_text {
  color: #656565;
  font-weight: 300;
}
.about_page_row .about_page_work_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 40px 0 50px;
}
@media screen and (max-width: 992px) {
  .about_page_row .about_page_work_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.about_page_row .about_page_work_row .item_work_title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(20px, 2vw, 36px);
  font-weight: 500;
}
.about_page_row .about_page_work_row .item_work_text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 500;
}
.about_page_row .about_page_work_row .item_work {
  position: relative;
  min-height: 624px;
  border-radius: 32px;
  overflow: hidden;
  padding: 40px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .about_page_row .about_page_work_row .item_work {
    min-height: 280px;
    gap: 5px;
    padding: 18px;
  }
}
.about_page_row .about_page_work_row .item_work:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.about_page_row .about_page_work_row .item_work img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  inset: 0;
}
.about_page_row .about_page_work_row .item_work::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

/*command*/
.command_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 413px 10px 413px 10px 413px;
  grid-template-columns: repeat(3, 413px);
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 0 10px;
  scrollbar-width: thin;
  scrollbar-color: #F2F3F5 #F2F3F5;
}
@media screen and (max-width: 768px) {
  .command_row {
    -ms-grid-columns: (250px)[3];
    grid-template-columns: repeat(3, 250px);
  }
}
.command_row .color_1 {
  background: #C8C8C8;
}
.command_row .color_2 {
  background: #FC651A;
}
.command_row .item_command {
  position: relative;
  min-height: 525px;
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
  height: 100%;
}
.command_row .item_command img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 322px;
  height: 300px;
}
.command_row .command_tag {
  background: #fff;
  font-size: 12px;
  font-weight: 300;
  color: #FD4544;
  padding: 7px 9px;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.command_row .command_name {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin: 10px 0 0;
  max-width: 300px;
}

.command .accordeon.active .accordeon-btn {
  color: #FD4544;
}
.command .accordeon_sub {
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.1019607843);
}
.command .accordeon_sub:last-child {
  border: none;
}
.command .accordeon_content_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 20px 1fr;
  grid-template-columns: 120px 1fr;
  gap: 8px 20px;
}
@media screen and (max-width: 768px) {
  .command .accordeon_content_row {
    -ms-grid-columns: 105px 10px 1fr;
    grid-template-columns: 105px 1fr;
    gap: 10px;
  }
}
.command .accordeon-btn_sub {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .command .accordeon-btn_sub {
    text-align: left;
  }
}
.command .command_sub_text {
  color: #656565;
  font-weight: 300;
  margin: 0 0 20px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
}
.command .command_img {
  min-height: 160px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .command .command_img {
    height: 140px;
  }
}
.command .accordeon_params_name {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  max-width: 200px;
  line-height: 1.2;
}
.command .command_position {
  color: #656565;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .command .command_position {
    line-height: 1.2;
    margin: 10px 0;
  }
}
.command .command_phone {
  font-size: clamp(14px, 1vw, 16px);
}
.command .checkbox_row {
  margin: 10px 10px 0;
}
.command .checkbox_row .checkbox_desc {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .command .checkbox_row .checkbox_desc {
    font-size: 14px;
  }
}
.command .checkbox_row a {
  text-decoration: underline;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .command .checkbox_row a {
    font-size: 14px;
  }
}
.command .checkbox_row a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .command .contacts-row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .command .contacts-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .command .contacts__title {
    margin: 0 0 10px;
  }
}

/*projects*/
.projects {
  margin: 40px 0;
}

.project_row {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
.project_row .project_new {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 40px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 520px 65px 1fr;
  grid-template-columns: 520px 1fr;
  gap: 65px;
}
@media screen and (max-width: 1200px) {
  .project_row .project_new {
    -ms-grid-columns: 420px 40px 1fr;
    grid-template-columns: 420px 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .project_row .project_new {
    -ms-grid-columns: 320px 20px 1fr;
    grid-template-columns: 320px 1fr;
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .project_row .project_new {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.project_row .project_desc_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 20px 1fr 20px auto;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
}
.project_row .item_project_img {
  border-radius: 16px;
  overflow: hidden;
  max-height: 346px;
}
.project_row .item_project_img img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.project_row .item_project_img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project_row .item_project_title {
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project_row .item_project_prev {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.42;
  font-weight: 300;
  color: #656565;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project_row .more_new {
  color: #FF2838;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.project_row .more_new:hover {
  text-decoration: underline;
}

/*project_details*/
.project_details .accordeons {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .project_details .accordeons {
    margin: 0 0 20px;
  }
}
.project_details .accordeon {
  border-top: none;
  padding: 0;
}
.project_details .accordeon.active .accordeon-btn::before {
  background-image: url(/assets/img/icons/accordeon-down.svg);
}
.project_details .accordeon-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  font-size: 16px;
  color: #656565;
}
.project_details .accordeon-btn::after {
  display: none;
}
.project_details .accordeon-btn::before {
  content: "";
  background-image: url(/assets/img/icons/accordeon-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 52px;
  height: 52px;
  background-size: cover;
}

.project_details_row {
  padding: 40px 60px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .project_details_row {
    padding: 20px;
  }
}
.project_details_row .page_video_row {
  border-radius: 20px;
  overflow: hidden;
}
.project_details_row .main_video_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project_block_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .project_block_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 992px) {
  .project_details_desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.project_details_desc p {
  margin: 0 0 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #656565;
  font-size: clamp(16px, 1vw, 18px);
}

.details_desc_logo {
  max-width: 100px;
  margin: 0 0 20px;
}

.project_details_gallery {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.project_details_gallery img {
  max-height: 300px;
  border-radius: 12px;
}

.page_banner {
  margin: 40px 0 0;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .page_banner {
    height: 180px;
  }
}
.page_banner .img {
  position: absolute;
  inset: 0;
}
.page_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.page_banner .btn {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*specialists*/
.specialists_row {
  padding: 40px 50px 10px;
  background: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .specialists_row {
    padding: 20px;
  }
}
.specialists_row .specialist_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .specialists_row .specialist_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.specialists_row .specialist_desc h2, .specialists_row .specialist_desc .h2 {
  margin: 0 0 20px;
}
.specialists_row .specialist_desc p {
  color: #656565;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 300;
}
.specialists_row .specialist_img {
  border-radius: 12px;
  overflow: hidden;
}
.specialists_row .specialist_img img {
  display: block;
}
.specialists_row .accordeons {
  margin: 40px 0;
}
@media screen and (max-width: 992px) {
  .specialists_row .accordeons {
    margin: 20px 0 0;
  }
}
.specialists_row .block_list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 992px) {
  .specialists_row .block_list {
    gap: 20px;
    margin: 40px 0 10px;
  }
}
.specialists_row .block_list .block_list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.1019607843);
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  .specialists_row .block_list .block_list_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 20px;
  }
}
.specialists_row .block_list .block_list_row:last-child {
  border-bottom: none;
}
.specialists_row .block_list .list_row {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.specialists_row .block_list .list_title {
  font-size: clamp(18px, 3vw, 34px);
  font-weight: 500;
}
.specialists_row .block_list .list_sub_title {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 300;
  color: #656565;
}

.specialists_row_down {
  padding: 40px 50px;
  background: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .specialists_row_down {
    padding: 20px;
  }
}
.specialists_row_down .specialist_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .specialists_row_down .specialist_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.specialists_row_down .specialist_desc h2, .specialists_row_down .specialist_desc .h2 {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .specialists_row_down .specialist_desc h2, .specialists_row_down .specialist_desc .h2 {
    margin: 0 0 10px;
  }
}
.specialists_row_down .specialist_desc p {
  color: #656565;
  line-height: 1.4;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 300;
}
.specialists_row_down .specialist_img {
  border-radius: 12px;
  overflow: hidden;
}
.specialists_row_down .specialist_img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .specialists_row_down .btn {
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }
}

/*recommendation*/
div.recommendation_row {
  margin: 0 0 40px;
}

.recommendation_row {
  background: #fff;
  padding: 40px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .recommendation_row {
    padding: 20px;
  }
}
.recommendation_row .photo_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .recommendation_row .photo_row {
    gap: 10px;
  }
}
.recommendation_row .photo_row img {
  border-radius: 12px;
  overflow: hidden;
}
.recommendation_row .documents_row .documents__card-title {
  font-size: clamp(16px, 2vw, 30px);
}
.recommendation_row .documents_row .documents__card {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.recommendation_row .documents_row .documents__card:last-child {
  border-bottom: none;
}
.recommendation_row .documents_row .documents__card::before {
  background: none;
}
.recommendation_row .documents_row .documents__card::after {
  background: none;
}

.recommendation .specialists_row {
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .recommendation .specialists_row {
    padding: 20px;
    margin: 40px 0;
  }
}
.recommendation .specialist_desc p {
  font-size: clamp(16px, 1vw, 18px);
}
.recommendation .page_banner .btn {
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}

/*courses*/
.courses .course_row {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
.courses .course_new {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 10px 50px 10px 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 30px 1fr;
  grid-template-columns: 270px 1fr;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .courses .course_new {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px;
  }
}
.courses .course_new:hover .item_course_img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.courses .course_desc_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 14px auto 14px 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
}
.courses .course_tag {
  font-size: 12px;
  font-weight: 300;
  padding: 7px 10px;
  background: #FF2838;
  border-radius: 30px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.courses .item_course_img {
  border-radius: 16px;
  overflow: hidden;
  min-height: 270px;
}
@media screen and (max-width: 992px) {
  .courses .item_course_img {
    min-height: 240px;
  }
}
.courses .item_course_img img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.courses .item_course_title {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.courses .item_course_prev {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.5;
  font-weight: 300;
  color: #656565;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .courses .item_course_prev {
    display: block;
  }
}

/*page_project*/
.page_project {
  margin: 40px 0;
}
.page_project .box {
  margin: 0;
}
.page_project .about__row {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .page_project .about__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page_project .about__row h2 {
  line-height: 1.2;
}
.page_project .img {
  height: 500px;
  border-radius: 16px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page_project .img {
    height: auto;
  }
}
.page_project p {
  margin: 0 0 20px;
  line-height: 1.4;
}
.page_project .video-wrapper {
  width: 100%;
  height: 100%;
}
.page_project .about__col:first-child {
  max-width: 100%;
}
.page_project .checkbox_row {
  margin-left: 5px;
}
.page_project .checkbox_desc {
  color: #656565;
  font-weight: 300;
}
.page_project .checkbox_desc a {
  color: #656565;
  font-weight: 300;
  text-decoration: underline;
}
.page_project .checkbox_desc a:hover {
  text-decoration: none;
}

/*documents*/
.documents .documents_row {
  background: #fff;
  padding: 20px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .documents .documents_row {
    padding: 20px;
  }
}
.documents .documents__card {
  padding: 20px 0;
}
.documents .documents__card::before {
  width: 100%;
  left: 0;
}
.documents .documents__card:first-child::before {
  background: none;
}
.documents .documents__card:last-child::after {
  background: none;
}
.documents .documents__card .date {
  font-size: 14px;
  color: #656565;
  font-weight: 300;
}

/*smi*/
.smi_row, .smi_row_2 {
  margin: 30px 0;
}
.smi_row .item_new, .smi_row_2 .item_new {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 304px;
  padding: 27px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .smi_row .item_new, .smi_row_2 .item_new {
    width: 260px;
    min-height: 260px;
  }
}
.smi_row .item_new::before, .smi_row_2 .item_new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.smi_row .item_new .new_desc_row, .smi_row_2 .item_new .new_desc_row {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-rows: auto 16px 1fr 16px auto;
  grid-template-rows: auto 1fr auto;
}
.smi_row .item_new .img, .smi_row_2 .item_new .img {
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.smi_row .item_new:hover .img, .smi_row_2 .item_new:hover .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.smi_row .item_new .tag_new, .smi_row_2 .item_new .tag_new {
  background: #E3E3E3;
  border-color: 40px;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 14px 10px 38px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 40px;
  position: relative;
}
.smi_row .item_new .tag_new::before, .smi_row_2 .item_new .tag_new::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-23px, -50%);
          transform: translate(-23px, -50%);
  background: url(/assets/img/icons/tag_new.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.smi_row .item_new .title_new, .smi_row_2 .item_new .title_new {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 26px;
  line-height: 1.2;
  height: 130px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .smi_row .item_new .title_new, .smi_row_2 .item_new .title_new {
    font-size: 18px;
    -webkit-line-clamp: 6;
  }
}
.smi_row .item_new .new_date_row, .smi_row_2 .item_new .new_date_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.smi_row .item_new .new_date_row .new_dat, .smi_row_2 .item_new .new_date_row .new_dat {
  color: #D3D3D3;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}
.smi_row .item_new .new_date_row .new_dat::before, .smi_row_2 .item_new .new_date_row .new_dat::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/assets/img/icons/icon_date.svg) no-repeat center;
  width: 18px;
  height: 18px;
}
.smi_row .item_new .new_date_row .new_sub_title, .smi_row_2 .item_new .new_date_row .new_sub_title {
  color: #D3D3D3;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}
.smi_row .item_new .new_date_row .new_sub_title::before, .smi_row_2 .item_new .new_date_row .new_sub_title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/assets/img/icons/map.svg) no-repeat center;
  width: 18px;
  height: 18px;
}
.smi_row .item_new .new_date_row .new_sub_video, .smi_row_2 .item_new .new_date_row .new_sub_video {
  color: #D3D3D3;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}
.smi_row .item_new .new_date_row .new_sub_video::before, .smi_row_2 .item_new .new_date_row .new_sub_video::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/assets/img/icons/play.svg) no-repeat center;
  width: 18px;
  height: 18px;
}

.info_page {
  background: #F7F6FB;
  border-radius: 16px;
  padding: 20px 20px 20px 60px;
  margin: 30px 0 0;
  position: relative;
  color: #656565;
  font-size: 16px;
  font-weight: 300;
}
.info_page::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  left: 0;
  background: url(/assets/img/icons/info.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.link_more {
  position: relative;
  display: table;
}
.link_more::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(40px, -40%);
          transform: translate(40px, -40%);
  right: 0;
  background: url(/assets/img/icons/link_more.svg) no-repeat center;
  width: 33px;
  height: 33px;
}

.next_icon {
  position: relative;
  padding: 15px 48px 15px 38px;
}
.next_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  right: 0;
  background: url(/assets/img/icons/btn_more.svg) no-repeat center;
  width: 20px;
  height: 20px;
}
.next_icon.center {
  margin: 0 auto;
  display: table;
}

.breadcrumbs {
  margin: 0 0 20px;
  display: block !important;
}

.breadcrumbs__nav {
  margin: 0 0 20px;
}

blockquote, .blockquote {
  position: relative;
  margin: 24px 0;
  padding: 30px 44px;
  background: #F7F6FB;
  border-left: 4px solid #FF2838;
  border-radius: 20px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  blockquote, .blockquote {
    padding: 26px 16px;
  }
}
blockquote a, .blockquote a {
  font-weight: 500;
  color: #FF2838;
  font-size: clamp(18px, 2vw, 20px);
}

.iframe, .page_video_row {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 24px 0;
}
.iframe iframe, .iframe video, .page_video_row iframe, .page_video_row video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.btn_prev {
  background: transparent;
  color: #000;
  border: 1px solid #000000;
  position: relative;
  padding: 15px 38px 15px 48px;
  margin: 24px 0 0;
}
.btn_prev::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  left: 0;
  background: url(/assets/img/icons/btn_prev.svg) no-repeat center;
  width: 20px;
  height: 20px;
}
.btn_prev:hover {
  background: transparent;
  border: 1px solid #FF2838;
  color: #FF2838;
}
.btn_prev:hover::before {
  background: url(/assets/img/icons/new_details_prev_hover.svg) no-repeat center;
}

.about__dsc {
  margin: 0;
}

.about__row {
  border: none;
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  .about__row {
    padding: 0;
  }
}

.box {
  margin: 40px 0;
}
@media screen and (max-width: 992px) {
  .box {
    padding: 20px;
  }
}

.single-news__slider-wrapper .swiper-autoheight .swiper-slide {
  height: auto;
  max-height: none !important;
}

.single-news__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide {
  height: auto;
}

.single-news__slider-wrapper {
  margin-bottom: 20px;
}

.single-news__slider-wrapper .slider-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 640px) {
  .bx-pag-prev, .bx-pag-next {
    display: none !important;
  }
}

.next_icon.quiz {
  margin: 30px auto 0;
}

.contacts-block__value:hover {
  color: #FF2838;
}

/*accordion*/
.accordeon-btn {
  text-align: left;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.4;
}

.accordeon {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .accordeon {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .accordeon-content {
    padding-bottom: 0px;
  }
}

.breadcrumbs__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accordeon_sub-content {
  display: none;
  padding-bottom: 30px;
  margin-top: 10px;
}

.accordeon-btn_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  outline: none;
}

.accordeon-btn_sub:after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  background-image: url(/assets/img/icons/accordeon-default.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 12px;
}

.accordeon_sub.active .accordeon-btn_sub:after {
  background-image: url(/assets/img/icons/accordeon-close.svg);
}


/* End */


/* Start:/local/templates/rospatriot new/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1752739834467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/rospatriot new/components/bitrix/menu/footer/style.min.css?1752739834490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/rospatriot new/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/rospatriot new/styles.css?1752739834658*/
.footer_subscribe_row {
	margin: 20px 0;
}
.footer_subscribe_title {
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px;
}
.footer_subscription {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr auto;
	width: 360px;
}
.footer_subscription .next_icon {
padding: 0;
}
.footer_subscription .check_row {
font-size: 14px;
font-weight: 300;
color: #838383;
grid-column: span 2;
}
.footer_subscription .check_row a {
font-size: 14px;
font-weight: 300;
color: #838383;
text-decoration: underline;
}
.footer_subscription input {
margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.footer_subscription {
		width: 100%;
		max-width: 360px;
	}
}
/* End */
/* /local/templates/rospatriot new/css/normalize.css?17527398346487 */
/* /local/templates/rospatriot new/css/swiper-bundle.min.css?175273983416483 */
/* /local/templates/rospatriot new/css/fancybox.css?175273983415598 */
/* /local/templates/rospatriot new/css/select2.min.css?175273983416265 */
/* /local/templates/rospatriot new/css/main.css?1752739834250882 */
/* /local/templates/rospatriot new/css/custom.css?175273983445795 */
/* /local/templates/rospatriot new/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1752739834467 */
/* /local/templates/rospatriot new/components/bitrix/menu/footer/style.min.css?1752739834490 */
/* /local/templates/rospatriot new/styles.css?1752739834658 */
